#5C9F0E

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

Shades of Limeade #5C9F0E

Tints of Limeade #5C9F0E

Color information

#5C9F0E (or 0x5C9F0E) is unknown color: approx Limeade. HEX triplet: 5C, 9F and 0E. RGB value is (92,159,14). Sum of RGB (Red+Green+Blue) = 92+159+14=265 (35% of max value = 765). Red value is 92 (36.33% from 255 or 34.72% from 265); Green value is 159 (62.5% from 255 or 60% from 265); Blue value is 14 (5.86% from 255 or 5.28% from 265); Max value from RGB is 159 - color contains mainly: green. Hex color #5C9F0E is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #5C9F0E is #A360F1. Grayscale: #7A7A7A. Windows color (decimal): -10707186 or 958300. OLE color: 958300.

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

Color convert

RGB9215914-
CMYK0.4200.910.38
HSL87.72º83.82%33.92%-
HSV(B)87.72º91.19%62.35%-
XYZ16.8927.14.76-
YUV122.4466.8106.29-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 34.72%
GREEN value IS 159 (62.5% from 255) = 60%
BLUE value IS 14 (5.86% from 255) = 5.28%
R=34.72%
G=60%
B=5.28%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal92159140.4200.910.3887.7283.8233.92
Hex5C9FE2A05B26585422
Octal134237165201334613012442
Binary10111001001111111101010100101101110011010110001010100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C9F0E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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