#5CAD14

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

Shades of Kelly Green #5CAD14

Tints of Kelly Green #5CAD14

Color information

#5CAD14 (or 0x5CAD14) is unknown color: approx Kelly Green. HEX triplet: 5C, AD and 14. RGB value is (92,173,20). Sum of RGB (Red+Green+Blue) = 92+173+20=285 (37% of max value = 765). Red value is 92 (36.33% from 255 or 32.28% from 285); Green value is 173 (67.97% from 255 or 60.70% from 285); Blue value is 20 (8.20% from 255 or 7.02% from 285); Max value from RGB is 173 - color contains mainly: green. Hex color #5CAD14 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #5CAD14 is #A352EB. Grayscale: #838383. Windows color (decimal): -10703596 or 1355100. OLE color: 1355100.

HSL color Cylindrical-coordinate representation of color #5CAD14: hue angle of 91.76º degrees, saturation: 0.79, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #5CAD14 is Cyan = 0.47, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.32.

Color convert

RGB9217320-
CMYK0.4700.880.32
HSL91.76º79.27%37.84%-
HSV(B)91.76º88.44%67.84%-
XYZ19.4832.215.85-
YUV131.3465.1699.94-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 32.28%
GREEN value IS 173 (67.97% from 255) = 60.70%
BLUE value IS 20 (8.20% from 255) = 7.02%
R=32.28%
G=60.70%
B=7.02%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal92173200.4700.880.3291.7679.2737.84
Hex5CAD142F058205c4f26
Octal134255245701304013411746
Binary101110010101101101001011110101100010000010111001001111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5CAD14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(92,173,20); }

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

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

 a { background-color: rgb(92,173,20); }

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

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

 span { border-color: rgb(92,173,20); }

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