Shades of Kelly Green #449A08
Tints of Kelly Green #449A08
RGB
CMYK
RGB Variations
Color information
#449A08 (or 0x449A08) is known color: Kelly Green. HEX triplet: 44, 9A and 08. RGB value is (68,154,8). Sum of RGB (Red+Green+Blue) = 68+154+8=230 (30% of max value = 765). Red value is 68 (26.95% from 255 or 29.57% from 230); Green value is 154 (60.55% from 255 or 66.96% from 230); Blue value is 8 (3.52% from 255 or 3.48% from 230); Max value from RGB is 154 - color contains mainly: green. Hex color #449A08 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #449A08 is #BB65F7. Grayscale: #707070. Windows color (decimal): -12281336 or 563780. OLE color: 563780.
HSL color Cylindrical-coordinate representation of color #449A08: hue angle of 95.34º degrees, saturation: 0.9, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #449A08 is Cyan = 0.56, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 68 | 154 | 8 | - |
| CMYK | 0.56 | 0 | 0.95 | 0.40 |
| HSL | 95.34º | 0.9% | 0.32% | - |
| HSV(B) | 95.34º | 0.95% | 0.6% | - |
| XYZ | 13.98 | 24.36 | 4.19 | - |
| YUV | 111.64 | 69.51 | 96.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 154 | 8 | 0.56 | 0 | 0.95 | 0.40 | 95.34 | 0.9 | 0.32 |
| Hex | 44 | 9A | 8 | 38 | 0 | 5F | 28 | 5F | 5A | 20 |
| Octal | 104 | 232 | 10 | 70 | 0 | 137 | 50 | 137 | 132 | 40 |
| Binary | 1000100 | 10011010 | 1000 | 111000 | 0 | 1011111 | 101000 | 1011111 | 1011010 | 100000 |
Color Harmonies of #449A08
Complementary color
Monochromatic Colors of #449A08
Black with #449A08
Text Example
Text Example
White with #449A08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #449A08; }
p { color: rgb(68,154,8); }
H1.HeaderClassName
{
color: #449A08;
}
.AnyTagClassName
{
color: #449A08;
}
</style>
background-color css
<style>
a { background-color: #449A08; }
a { background-color: rgb(68,154,8); }
div.DivClassName
{
background-color: #449A08;
}
.BgClassName
{
background-color: #449A08;
}
</style>
border-color css
<style>
span { border-color: #449A08; }
span { border-color: rgb(68,154,8); }
td.TdClassName
{
border-color: #449A08;
}
.TagClassName
{
border-color: #449A08;
}
</style>