#5C9F12

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

Shades of Limeade #5C9F12

Tints of Limeade #5C9F12

Color information

#5C9F12 (or 0x5C9F12) is unknown color: approx Limeade. HEX triplet: 5C, 9F and 12. RGB value is (92,159,18). Sum of RGB (Red+Green+Blue) = 92+159+18=269 (35% of max value = 765). Red value is 92 (36.33% from 255 or 34.20% from 269); Green value is 159 (62.5% from 255 or 59.11% from 269); Blue value is 18 (7.42% from 255 or 6.69% from 269); Max value from RGB is 159 - color contains mainly: green. Hex color #5C9F12 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #5C9F12 is #A360ED. Grayscale: #7B7B7B. Windows color (decimal): -10707182 or 1220444. OLE color: 1220444.

HSL color Cylindrical-coordinate representation of color #5C9F12: hue angle of 88.51º degrees, saturation: 0.8, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #5C9F12 is Cyan = 0.42, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.38.

Color convert

RGB9215918-
CMYK0.4200.890.38
HSL88.51º79.66%34.71%-
HSV(B)88.51º88.68%62.35%-
XYZ16.9227.124.91-
YUV122.8968.8105.96-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 34.20%
GREEN value IS 159 (62.5% from 255) = 59.11%
BLUE value IS 18 (7.42% from 255) = 6.69%
R=34.20%
G=59.11%
B=6.69%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal92159180.4200.890.3888.5179.6634.71
Hex5C9F122A05926595023
Octal134237225201314613112043
Binary101110010011111100101010100101100110011010110011010000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C9F12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(92,159,18); }

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

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

 a { background-color: rgb(92,159,18); }

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

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

 span { border-color: rgb(92,159,18); }

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