Html Css Color HEX #5AAA14 Kelly Green

📋 copy color: '#5AAA14'

red 90 ◦ green 170 ◦ blue 20

#5AAA14
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Kelly Green #5AAA14

Tints of Kelly Green #5AAA14

RGB

 RED value IS 90 (35.55% from 255) = 32.14%

 GREEN value IS 170 (66.8% from 255) = 60.71%

 BLUE value IS 20 (8.2% from 255) = 7.14%

R = 32.14%
G = 60.71%
B = 7.14%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.88

 K value IS 0.33

RGB Variations

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

Color information

#5AAA14 (or 0x5AAA14) is known color: Kelly Green. HEX triplet: 5A, AA and 14. RGB value is (90,170,20). Sum of RGB (Red+Green+Blue) = 90+170+20=280 (37% of max value = 765). Red value is 90 (35.55% from 255 or 32.14% from 280); Green value is 170 (66.80% from 255 or 60.71% from 280); Blue value is 20 (8.20% from 255 or 7.14% from 280); Max value from RGB is 170 - color contains mainly: green. Hex color #5AAA14 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #5AAA14 is #A555EB. Grayscale: #818181. Windows color (decimal): -10835436 or 1354330. OLE color: 1354330.

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

Color convert

RGB 90 170 20 -
CMYK 0.47 0 0.88 0.33
HSL 92º 0.79% 0.37% -
HSV(B) 92º 0.88% 0.67% -
XYZ 18.72 30.97 5.65 -
YUV 128.98 66.5 100.2 -
System Red Green Blue C M Y K H S L
Decimal 90 170 20 0.47 0 0.88 0.33 92 0.79 0.37
Hex 5A AA 14 2F 0 58 21 5C 4F 25
Octal 132 252 24 57 0 130 41 134 117 45
Binary 1011010 10101010 10100 101111 0 1011000 100001 1011100 1001111 100101

Color Harmonies of #5AAA14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5AAA14

Black with #5AAA14

Text Example


Text Example

White with #5AAA14

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #5AAA14;
 }
 .AnyTagClassName
 {
   color: #5AAA14;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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