#44A013

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

Shades of Kelly Green #44A013

Tints of Kelly Green #44A013

Color information

#44A013 (or 0x44A013) is unknown color: approx Kelly Green. HEX triplet: 44, A0 and 13. RGB value is (68,160,19). Sum of RGB (Red+Green+Blue) = 68+160+19=247 (32% of max value = 765). Red value is 68 (26.95% from 255 or 27.53% from 247); Green value is 160 (62.89% from 255 or 64.78% from 247); Blue value is 19 (7.81% from 255 or 7.69% from 247); Max value from RGB is 160 - color contains mainly: green. Hex color #44A013 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #44A013 is #BB5FEC. Grayscale: #747474. Windows color (decimal): -12279789 or 1286212. OLE color: 1286212.

HSL color Cylindrical-coordinate representation of color #44A013: hue angle of 99.15º 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 #44A013 is Cyan = 0.57, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.37.

Color convert

RGB6816019-
CMYK0.5700.880.37
HSL99.15º78.77%35.1%-
HSV(B)99.15º88.13%62.75%-
XYZ15.0726.424.92-
YUV116.4273.0293.46-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 27.53%
GREEN value IS 160 (62.89% from 255) = 64.78%
BLUE value IS 19 (7.81% from 255) = 7.69%
R=27.53%
G=64.78%
B=7.69%

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
Decimal68160190.5700.880.3799.1578.7735.1
Hex44A0133905825634f23
Octal104240237101304514311743
Binary100010010100000100111110010101100010010111000111001111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44A013

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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