#5AAF0E

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

Shades of Kelly Green #5AAF0E

Tints of Kelly Green #5AAF0E

Color information

#5AAF0E (or 0x5AAF0E) is unknown color: approx Kelly Green. HEX triplet: 5A, AF and 0E. RGB value is (90,175,14). Sum of RGB (Red+Green+Blue) = 90+175+14=279 (36% of max value = 765). Red value is 90 (35.55% from 255 or 32.26% from 279); Green value is 175 (68.75% from 255 or 62.72% from 279); Blue value is 14 (5.86% from 255 or 5.02% from 279); Max value from RGB is 175 - color contains mainly: green. Hex color #5AAF0E is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #5AAF0E is #A550F1. Grayscale: #838383. Windows color (decimal): -10834162 or 962394. OLE color: 962394.

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

Color convert

RGB9017514-
CMYK0.4900.920.31
HSL91.68º85.19%37.06%-
HSV(B)91.68º92%68.63%-
XYZ19.6332.875.72-
YUV131.2361.8498.59-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 32.26%
GREEN value IS 175 (68.75% from 255) = 62.72%
BLUE value IS 14 (5.86% from 255) = 5.02%
R=32.26%
G=62.72%
B=5.02%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal90175140.4900.920.3191.6885.1937.06
Hex5AAFE3105C1F5c5525
Octal132257166101343713412545
Binary1011010101011111110110001010111001111110111001010101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5AAF0E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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