#45AA19

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

Shades of Kelly Green #45AA19

Tints of Kelly Green #45AA19

Color information

#45AA19 (or 0x45AA19) is unknown color: approx Kelly Green. HEX triplet: 45, AA and 19. RGB value is (69,170,25). Sum of RGB (Red+Green+Blue) = 69+170+25=264 (34% of max value = 765). Red value is 69 (27.34% from 255 or 26.14% from 264); Green value is 170 (66.80% from 255 or 64.39% from 264); Blue value is 25 (10.16% from 255 or 9.47% from 264); Max value from RGB is 170 - color contains mainly: green. Hex color #45AA19 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #45AA19 is #BA55E6. Grayscale: #7B7B7B. Windows color (decimal): -12211687 or 1681989. OLE color: 1681989.

HSL color Cylindrical-coordinate representation of color #45AA19: hue angle of 101.79º degrees, saturation: 0.74, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #45AA19 is Cyan = 0.59, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.33.

Color convert

RGB6917025-
CMYK0.5900.850.33
HSL101.79º74.36%38.24%-
HSV(B)101.79º85.29%66.67%-
XYZ1730.085.83-
YUV123.2772.5489.29-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 26.14%
GREEN value IS 170 (66.80% from 255) = 64.39%
BLUE value IS 25 (10.16% from 255) = 9.47%
R=26.14%
G=64.39%
B=9.47%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal69170250.5900.850.33101.7974.3638.24
Hex45AA193B05521664a26
Octal105252317301254114611246
Binary100010110101010110011110110101010110000111001101001010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45AA19

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #45AA19; }

 p { color: rgb(69,170,25); }

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

<style>
 a { background-color: #45AA19; }

 a { background-color: rgb(69,170,25); }

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

<style>
 span { border-color: #45AA19; }

 span { border-color: rgb(69,170,25); }

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