#45A211

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

Shades of Kelly Green #45A211

Tints of Kelly Green #45A211

Color information

#45A211 (or 0x45A211) is unknown color: approx Kelly Green. HEX triplet: 45, A2 and 11. RGB value is (69,162,17). Sum of RGB (Red+Green+Blue) = 69+162+17=248 (32% of max value = 765). Red value is 69 (27.34% from 255 or 27.82% from 248); Green value is 162 (63.67% from 255 or 65.32% from 248); Blue value is 17 (7.03% from 255 or 6.85% from 248); Max value from RGB is 162 - color contains mainly: green. Hex color #45A211 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #45A211 is #BA5DEE. Grayscale: #767676. Windows color (decimal): -12213743 or 1155653. OLE color: 1155653.

HSL color Cylindrical-coordinate representation of color #45A211: hue angle of 98.48º degrees, saturation: 0.81, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #45A211 is Cyan = 0.57, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.36.

Color convert

RGB6916217-
CMYK0.5700.900.36
HSL98.48º81.01%35.1%-
HSV(B)98.48º89.51%63.53%-
XYZ15.4827.154.95-
YUV117.6671.1993.29-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 27.82%
GREEN value IS 162 (63.67% from 255) = 65.32%
BLUE value IS 17 (7.03% from 255) = 6.85%
R=27.82%
G=65.32%
B=6.85%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal69162170.5700.900.3698.4881.0135.1
Hex45A2113905A24625123
Octal105242217101324414212143
Binary100010110100010100011110010101101010010011000101010001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45A211

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(69,162,17); }

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

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

 a { background-color: rgb(69,162,17); }

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

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

 span { border-color: rgb(69,162,17); }

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