#5AAF2A

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

Shades of Kelly Green #5AAF2A

Tints of Kelly Green #5AAF2A

Color information

#5AAF2A (or 0x5AAF2A) is unknown color: approx Kelly Green. HEX triplet: 5A, AF and 2A. RGB value is (90,175,42). Sum of RGB (Red+Green+Blue) = 90+175+42=307 (40% of max value = 765). Red value is 90 (35.55% from 255 or 29.32% from 307); Green value is 175 (68.75% from 255 or 57.00% from 307); Blue value is 42 (16.80% from 255 or 13.68% from 307); Max value from RGB is 175 - color contains mainly: green. Hex color #5AAF2A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5AAF2A is #A550D5. Grayscale: #868686. Windows color (decimal): -10834134 or 2797402. OLE color: 2797402.

HSL color Cylindrical-coordinate representation of color #5AAF2A: hue angle of 98.35º degrees, saturation: 0.61, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #5AAF2A is Cyan = 0.49, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.31.

Color convert

RGB9017542-
CMYK0.4900.760.31
HSL98.35º61.29%42.55%-
HSV(B)98.35º76%68.63%-
XYZ19.96337.51-
YUV134.4275.8496.31-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 29.32%
GREEN value IS 175 (68.75% from 255) = 57.00%
BLUE value IS 42 (16.80% from 255) = 13.68%
R=29.32%
G=57.00%
B=13.68%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal90175420.4900.760.3198.3561.2942.55
Hex5AAF2A3104C1F623d2b
Octal13225752610114371427553
Binary10110101010111110101011000101001100111111100010111101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5AAF2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,175,42); }

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

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

 a { background-color: rgb(90,175,42); }

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

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

 span { border-color: rgb(90,175,42); }

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