#5CA927

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

Shades of Limeade #5CA927

Tints of Limeade #5CA927

Color information

#5CA927 (or 0x5CA927) is unknown color: approx Limeade. HEX triplet: 5C, A9 and 27. RGB value is (92,169,39). Sum of RGB (Red+Green+Blue) = 92+169+39=300 (39% of max value = 765). Red value is 92 (36.33% from 255 or 30.67% from 300); Green value is 169 (66.41% from 255 or 56.33% from 300); Blue value is 39 (15.62% from 255 or 13% from 300); Max value from RGB is 169 - color contains mainly: green. Hex color #5CA927 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5CA927 is #A356D8. Grayscale: #838383. Windows color (decimal): -10704601 or 2599260. OLE color: 2599260.

HSL color Cylindrical-coordinate representation of color #5CA927: hue angle of 95.54º degrees, saturation: 0.62, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #5CA927 is Cyan = 0.46, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.34.

Color convert

RGB9216939-
CMYK0.4600.770.34
HSL95.54º62.5%40.78%-
HSV(B)95.54º76.92%66.27%-
XYZ18.9730.86.86-
YUV131.1675.99100.07-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 30.67%
GREEN value IS 169 (66.41% from 255) = 56.33%
BLUE value IS 39 (15.62% from 255) = 13%
R=30.67%
G=56.33%
B=13%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal92169390.4600.770.3495.5462.540.78
Hex5CA9272E04D22603e29
Octal13425147560115421407651
Binary101110010101001100111101110010011011000101100000111110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5CA927

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(92,169,39); }

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

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

 a { background-color: rgb(92,169,39); }

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

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

 span { border-color: rgb(92,169,39); }

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