#44AA0F

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

Shades of Kelly Green #44AA0F

Tints of Kelly Green #44AA0F

Color information

#44AA0F (or 0x44AA0F) is unknown color: approx Kelly Green. HEX triplet: 44, AA and 0F. RGB value is (68,170,15). Sum of RGB (Red+Green+Blue) = 68+170+15=253 (33% of max value = 765). Red value is 68 (26.95% from 255 or 26.88% from 253); Green value is 170 (66.80% from 255 or 67.19% from 253); Blue value is 15 (6.25% from 255 or 5.93% from 253); Max value from RGB is 170 - color contains mainly: green. Hex color #44AA0F is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #44AA0F is #BB55F0. Grayscale: #7A7A7A. Windows color (decimal): -12277233 or 1026628. OLE color: 1026628.

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

Color convert

RGB6817015-
CMYK0.600.910.33
HSL99.48º83.78%36.27%-
HSV(B)99.48º91.18%66.67%-
XYZ16.8430.015.36-
YUV121.8367.7189.6-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 26.88%
GREEN value IS 170 (66.80% from 255) = 67.19%
BLUE value IS 15 (6.25% from 255) = 5.93%
R=26.88%
G=67.19%
B=5.93%

CMYK

C (Cyan) values IS 0.6
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal68170150.600.910.3399.4883.7836.27
Hex44AAF3C05B21635424
Octal104252177401334114312444
Binary10001001010101011111111000101101110000111000111010100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44AA0F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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