#5ACD14

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

Shades of Kelly Green #5ACD14

Tints of Kelly Green #5ACD14

Color information

#5ACD14 (or 0x5ACD14) is unknown color: approx Kelly Green. HEX triplet: 5A, CD and 14. RGB value is (90,205,20). Sum of RGB (Red+Green+Blue) = 90+205+20=315 (41% of max value = 765). Red value is 90 (35.55% from 255 or 28.57% from 315); Green value is 205 (80.47% from 255 or 65.08% from 315); Blue value is 20 (8.20% from 255 or 6.35% from 315); Max value from RGB is 205 - color contains mainly: green. Hex color #5ACD14 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #5ACD14 is #A532EB. Grayscale: #969696. Windows color (decimal): -10826476 or 1363290. OLE color: 1363290.

HSL color Cylindrical-coordinate representation of color #5ACD14: hue angle of 97.3º degrees, saturation: 0.82, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #5ACD14 is Cyan = 0.56, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.20.

Color convert

RGB9020520-
CMYK0.5600.900.20
HSL97.3º82.22%44.12%-
HSV(B)97.3º90.24%80.39%-
XYZ26.1745.898.14-
YUV149.5254.985.54-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 28.57%
GREEN value IS 205 (80.47% from 255) = 65.08%
BLUE value IS 20 (8.20% from 255) = 6.35%
R=28.57%
G=65.08%
B=6.35%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal90205200.5600.900.2097.382.2244.12
Hex5ACD143805A1461522c
Octal132315247001322414112254
Binary10110101100110110100111000010110101010011000011010010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5ACD14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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