#44B00F

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

Shades of Kelly Green #44B00F

Tints of Kelly Green #44B00F

Color information

#44B00F (or 0x44B00F) is unknown color: approx Kelly Green. HEX triplet: 44, B0 and 0F. RGB value is (68,176,15). Sum of RGB (Red+Green+Blue) = 68+176+15=259 (34% of max value = 765). Red value is 68 (26.95% from 255 or 26.25% from 259); Green value is 176 (69.14% from 255 or 67.95% from 259); Blue value is 15 (6.25% from 255 or 5.79% from 259); Max value from RGB is 176 - color contains mainly: green. Hex color #44B00F is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #44B00F is #BB4FF0. Grayscale: #7D7D7D. Windows color (decimal): -12275697 or 1028164. OLE color: 1028164.

HSL color Cylindrical-coordinate representation of color #44B00F: hue angle of 100.25º degrees, saturation: 0.84, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #44B00F is Cyan = 0.61, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.31.

Color convert

RGB6817615-
CMYK0.6100.910.31
HSL100.25º84.29%37.45%-
HSV(B)100.25º91.48%69.02%-
XYZ1832.315.74-
YUV125.3565.7287.09-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 26.25%
GREEN value IS 176 (69.14% from 255) = 67.95%
BLUE value IS 15 (6.25% from 255) = 5.79%
R=26.25%
G=67.95%
B=5.79%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal68176150.6100.910.31100.2584.2937.45
Hex44B0F3D05B1F645425
Octal104260177501333714412445
Binary1000100101100001111111101010110111111111001001010100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44B00F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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