#5AC514

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

Shades of Kelly Green #5AC514

Tints of Kelly Green #5AC514

Color information

#5AC514 (or 0x5AC514) is unknown color: approx Kelly Green. HEX triplet: 5A, C5 and 14. RGB value is (90,197,20). Sum of RGB (Red+Green+Blue) = 90+197+20=307 (40% of max value = 765). Red value is 90 (35.55% from 255 or 29.32% from 307); Green value is 197 (77.34% from 255 or 64.17% from 307); Blue value is 20 (8.20% from 255 or 6.51% from 307); Max value from RGB is 197 - color contains mainly: green. Hex color #5AC514 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #5AC514 is #A53AEB. Grayscale: #919191. Windows color (decimal): -10828524 or 1361242. OLE color: 1361242.

HSL color Cylindrical-coordinate representation of color #5AC514: hue angle of 96.27º degrees, saturation: 0.82, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #5AC514 is Cyan = 0.54, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.23.

Color convert

RGB9019720-
CMYK0.5400.900.23
HSL96.27º81.57%42.55%-
HSV(B)96.27º89.85%77.25%-
XYZ24.3142.167.52-
YUV144.8357.5588.89-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 29.32%
GREEN value IS 197 (77.34% from 255) = 64.17%
BLUE value IS 20 (8.20% from 255) = 6.51%
R=29.32%
G=64.17%
B=6.51%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal90197200.5400.900.2396.2781.5742.55
Hex5AC5143605A1760522b
Octal132305246601322714012253
Binary10110101100010110100110110010110101011111000001010010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5AC514

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,197,20); }

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

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

 a { background-color: rgb(90,197,20); }

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

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

 span { border-color: rgb(90,197,20); }

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