#45A013

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

Shades of Kelly Green #45A013

Tints of Kelly Green #45A013

Color information

#45A013 (or 0x45A013) is unknown color: approx Kelly Green. HEX triplet: 45, A0 and 13. RGB value is (69,160,19). Sum of RGB (Red+Green+Blue) = 69+160+19=248 (32% of max value = 765). Red value is 69 (27.34% from 255 or 27.82% from 248); Green value is 160 (62.89% from 255 or 64.52% from 248); Blue value is 19 (7.81% from 255 or 7.66% from 248); Max value from RGB is 160 - color contains mainly: green. Hex color #45A013 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #45A013 is #BA5FEC. Grayscale: #757575. Windows color (decimal): -12214253 or 1286213. OLE color: 1286213.

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

Color convert

RGB6916019-
CMYK0.5700.880.37
HSL98.72º78.77%35.1%-
HSV(B)98.72º88.13%62.75%-
XYZ15.1426.454.92-
YUV116.7272.8593.96-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 27.82%
GREEN value IS 160 (62.89% from 255) = 64.52%
BLUE value IS 19 (7.81% from 255) = 7.66%
R=27.82%
G=64.52%
B=7.66%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal69160190.5700.880.3798.7278.7735.1
Hex45A0133905825634f23
Octal105240237101304514311743
Binary100010110100000100111110010101100010010111000111001111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45A013

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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