#5c9826

Color #5C9826 Limeade (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Limeade #5C9826

Tints of Limeade #5C9826

Color information

#5C9826 (or 0x5C9826) is unknown color: approx Limeade. HEX triplet: 5C, 98 and 26. RGB value is (92,152,38). Sum of RGB (Red+Green+Blue) = 92+152+38=282 (37% of max value = 765). Red value is 92 (36.33% from 255 or 32.62% from 282); Green value is 152 (59.77% from 255 or 53.90% from 282); Blue value is 38 (15.23% from 255 or 13.48% from 282); Max value from RGB is 152 - color contains mainly: green. Hex color #5C9826 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5C9826 is #A367D9. Grayscale: #797979. Windows color (decimal): -10708954 or 2529372. OLE color: 2529372.

HSL color Cylindrical-coordinate representation of color #5C9826: hue angle of 91.58º degrees, saturation: 0.6, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #5C9826 is Cyan = 0.39, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.40.

Color convert

RGB9215238-
CMYK0.3900.750.40
HSL91.58º60%37.25%-
HSV(B)91.58º75%59.61%-
XYZ15.9924.875.79-
YUV121.0681.12107.27-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 92 (36.33% from 255) = 32.62%
GREEN value IS 152 (59.77% from 255) = 53.90%
BLUE value IS 38 (15.23% from 255) = 13.48%
R=32.62%
G=53.90%
B=13.48%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal92152380.3900.750.4091.586037.25
Hex5C98262704B285c3c25
Octal13423046470113501347445
Binary101110010011000100110100111010010111010001011100111100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5c9826

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5c9826; }

 p { color: rgb(92,152,38); }

 H1.HeaderClassName
 {
   color: #5c9826;
 }
 .AnyTagClassName
 {
   color: #5c9826;
 }
</style>
background-color css

<style>
 a { background-color: #5c9826; }

 a { background-color: rgb(92,152,38); }

 div.DivClassName
 {
   background-color: #5c9826;
 }
 .BgClassName
 {
   background-color: #5c9826;
 }
</style>
border-color css

<style>
 span { border-color: #5c9826; }

 span { border-color: rgb(92,152,38); }

 td.TdClassName
 {
   border-color: #5c9826;
 }
 .TagClassName
 {
   border-color: #5c9826;
 }
</style>