#5AC20F

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

Shades of Kelly Green #5AC20F

Tints of Kelly Green #5AC20F

Color information

#5AC20F (or 0x5AC20F) is unknown color: approx Kelly Green. HEX triplet: 5A, C2 and 0F. RGB value is (90,194,15). Sum of RGB (Red+Green+Blue) = 90+194+15=299 (39% of max value = 765). Red value is 90 (35.55% from 255 or 30.10% from 299); Green value is 194 (76.17% from 255 or 64.88% from 299); Blue value is 15 (6.25% from 255 or 5.02% from 299); Max value from RGB is 194 - color contains mainly: green. Hex color #5AC20F is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #5AC20F is #A53DF0. Grayscale: #8F8F8F. Windows color (decimal): -10829297 or 1032794. OLE color: 1032794.

HSL color Cylindrical-coordinate representation of color #5AC20F: hue angle of 94.86º degrees, saturation: 0.86, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #5AC20F is Cyan = 0.54, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.24.

Color convert

RGB9019415-
CMYK0.5400.920.24
HSL94.86º85.65%40.98%-
HSV(B)94.86º92.27%76.08%-
XYZ23.5940.797.08-
YUV142.556.0490.55-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 30.10%
GREEN value IS 194 (76.17% from 255) = 64.88%
BLUE value IS 15 (6.25% from 255) = 5.02%
R=30.10%
G=64.88%
B=5.02%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal90194150.5400.920.2494.8685.6540.98
Hex5AC2F3605C185f5629
Octal132302176601343013712651
Binary1011010110000101111110110010111001100010111111010110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5AC20F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,194,15); }

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

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

 a { background-color: rgb(90,194,15); }

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

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

 span { border-color: rgb(90,194,15); }

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