#44aa00

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

Shades of Kelly Green #44AA00

Tints of Kelly Green #44AA00

Color information

#44AA00 (or 0x44AA00) is unknown color: approx Kelly Green. HEX triplet: 44, AA and 00. RGB value is (68,170,0). Sum of RGB (Red+Green+Blue) = 68+170+0=238 (31% of max value = 765). Red value is 68 (26.95% from 255 or 28.57% from 238); Green value is 170 (66.80% from 255 or 71.43% from 238); Blue value is 0 (0.39% from 255 or 0% from 238); Max value from RGB is 170 - color contains mainly: green. Hex color #44AA00 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #44AA00 is #BB55FF. Grayscale: #787878. Windows color (decimal): -12277248 or 43588. OLE color: 43588.

HSL color Cylindrical-coordinate representation of color #44AA00: hue angle of 96º degrees, saturation: 1, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 1%. Process color model (Four color, CMYK) of #44AA00 is Cyan = 0.6, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.33.

Color convert

RGB681700-
CMYK0.6010.33
HSL96º100%33.33%-
HSV(B)96º100%66.67%-
XYZ16.7629.984.9-
YUV120.1260.2190.82-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 28.57%
GREEN value IS 170 (66.80% from 255) = 71.43%
BLUE value IS 0 (0.39% from 255) = 0%
R=28.57%
G=71.43%
B=0%

CMYK

C (Cyan) values IS 0.6
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal6817000.6010.339610033.33
Hex44AA03C06421606421
Octal10425207401444114014441
Binary10001001010101001111000110010010000111000001100100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44aa00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(68,170,0); }

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

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

 a { background-color: rgb(68,170,0); }

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

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

 span { border-color: rgb(68,170,0); }

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