#44a216

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

Shades of Kelly Green #44A216

Tints of Kelly Green #44A216

Color information

#44A216 (or 0x44A216) is unknown color: approx Kelly Green. HEX triplet: 44, A2 and 16. RGB value is (68,162,22). Sum of RGB (Red+Green+Blue) = 68+162+22=252 (33% of max value = 765). Red value is 68 (26.95% from 255 or 26.98% from 252); Green value is 162 (63.67% from 255 or 64.29% from 252); Blue value is 22 (8.98% from 255 or 8.73% from 252); Max value from RGB is 162 - color contains mainly: green. Hex color #44A216 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #44A216 is #BB5DE9. Grayscale: #767676. Windows color (decimal): -12279274 or 1483332. OLE color: 1483332.

HSL color Cylindrical-coordinate representation of color #44A216: hue angle of 100.29º degrees, saturation: 0.76, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #44A216 is Cyan = 0.58, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.36.

Color convert

RGB6816222-
CMYK0.5800.860.36
HSL100.29º76.09%36.08%-
HSV(B)100.29º86.42%63.53%-
XYZ15.4527.135.18-
YUV117.9373.8692.38-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 26.98%
GREEN value IS 162 (63.67% from 255) = 64.29%
BLUE value IS 22 (8.98% from 255) = 8.73%
R=26.98%
G=64.29%
B=8.73%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal68162220.5800.860.36100.2976.0936.08
Hex44A2163A05624644c24
Octal104242267201264414411444
Binary100010010100010101101110100101011010010011001001001100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44a216

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(68,162,22); }

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

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

 a { background-color: rgb(68,162,22); }

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

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

 span { border-color: rgb(68,162,22); }

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