#45A012

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

Shades of Kelly Green #45A012

Tints of Kelly Green #45A012

Color information

#45A012 (or 0x45A012) is unknown color: approx Kelly Green. HEX triplet: 45, A0 and 12. RGB value is (69,160,18). Sum of RGB (Red+Green+Blue) = 69+160+18=247 (32% of max value = 765). Red value is 69 (27.34% from 255 or 27.94% from 247); Green value is 160 (62.89% from 255 or 64.78% from 247); Blue value is 18 (7.42% from 255 or 7.29% from 247); Max value from RGB is 160 - color contains mainly: green. Hex color #45A012 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #45A012 is #BA5FED. Grayscale: #757575. Windows color (decimal): -12214254 or 1220677. OLE color: 1220677.

HSL color Cylindrical-coordinate representation of color #45A012: hue angle of 98.45º degrees, saturation: 0.8, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #45A012 is Cyan = 0.57, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.37.

Color convert

RGB6916018-
CMYK0.5700.890.37
HSL98.45º79.78%34.9%-
HSV(B)98.45º88.75%62.75%-
XYZ15.1326.454.88-
YUV116.672.3594.05-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 27.94%
GREEN value IS 160 (62.89% from 255) = 64.78%
BLUE value IS 18 (7.42% from 255) = 7.29%
R=27.94%
G=64.78%
B=7.29%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal69160180.5700.890.3798.4579.7834.9
Hex45A0123905925625023
Octal105240227101314514212043
Binary100010110100000100101110010101100110010111000101010000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45A012

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(69,160,18); }

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

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

 a { background-color: rgb(69,160,18); }

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

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

 span { border-color: rgb(69,160,18); }

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