#45AA22

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

Shades of Kelly Green #45AA22

Tints of Kelly Green #45AA22

Color information

#45AA22 (or 0x45AA22) is unknown color: approx Kelly Green. HEX triplet: 45, AA and 22. RGB value is (69,170,34). Sum of RGB (Red+Green+Blue) = 69+170+34=273 (36% of max value = 765). Red value is 69 (27.34% from 255 or 25.27% from 273); Green value is 170 (66.80% from 255 or 62.27% from 273); Blue value is 34 (13.67% from 255 or 12.45% from 273); Max value from RGB is 170 - color contains mainly: green. Hex color #45AA22 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #45AA22 is #BA55DD. Grayscale: #7C7C7C. Windows color (decimal): -12211678 or 2271813. OLE color: 2271813.

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

Color convert

RGB6917034-
CMYK0.5900.800.33
HSL104.56º66.67%40%-
HSV(B)104.56º80%66.67%-
XYZ17.1230.136.43-
YUV124.377.0488.56-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 25.27%
GREEN value IS 170 (66.80% from 255) = 62.27%
BLUE value IS 34 (13.67% from 255) = 12.45%
R=25.27%
G=62.27%
B=12.45%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal69170340.5900.800.33104.5666.6740
Hex45AA223B05021694328
Octal105252427301204115110350
Binary1000101101010101000101110110101000010000111010011000011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45AA22

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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