#45AB27

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

Shades of Kelly Green #45AB27

Tints of Kelly Green #45AB27

Color information

#45AB27 (or 0x45AB27) is unknown color: approx Kelly Green. HEX triplet: 45, AB and 27. RGB value is (69,171,39). Sum of RGB (Red+Green+Blue) = 69+171+39=279 (36% of max value = 765). Red value is 69 (27.34% from 255 or 24.73% from 279); Green value is 171 (67.19% from 255 or 61.29% from 279); Blue value is 39 (15.62% from 255 or 13.98% from 279); Max value from RGB is 171 - color contains mainly: green. Hex color #45AB27 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #45AB27 is #BA54D8. Grayscale: #7D7D7D. Windows color (decimal): -12211417 or 2599749. OLE color: 2599749.

HSL color Cylindrical-coordinate representation of color #45AB27: hue angle of 106.36º degrees, saturation: 0.63, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #45AB27 is Cyan = 0.60, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.33.

Color convert

RGB6917139-
CMYK0.6000.770.33
HSL106.36º62.86%41.18%-
HSV(B)106.36º77.19%67.06%-
XYZ17.3830.546.9-
YUV125.4579.2187.73-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 24.73%
GREEN value IS 171 (67.19% from 255) = 61.29%
BLUE value IS 39 (15.62% from 255) = 13.98%
R=24.73%
G=61.29%
B=13.98%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal69171390.6000.770.33106.3662.8641.18
Hex45AB273C04D216a3f29
Octal10525347740115411527751
Binary100010110101011100111111100010011011000011101010111111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45AB27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(69,171,39); }

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

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

 a { background-color: rgb(69,171,39); }

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

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

 span { border-color: rgb(69,171,39); }

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