Shades of Kelly Green #28AA00
Tints of Kelly Green #28AA00
RGB
CMYK
RGB Variations
Color information
#28AA00 (or 0x28AA00) is known color: Kelly Green. HEX triplet: 28, AA and 00. RGB value is (40,170,0). Sum of RGB (Red+Green+Blue) = 40+170+0=210 (27% of max value = 765). Red value is 40 (16.02% from 255 or 19.05% from 210); Green value is 170 (66.80% from 255 or 80.95% from 210); Blue value is 0 (0.39% from 255 or 0% from 210); Max value from RGB is 170 - color contains mainly: green. Hex color #28AA00 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #28AA00 is #D755FF. Grayscale: #707070. Windows color (decimal): -14112256 or 43560. OLE color: 43560.
HSL color Cylindrical-coordinate representation of color #28AA00: hue angle of 105.88º 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 #28AA00 is Cyan = 0.76, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 40 | 170 | 0 | - |
| CMYK | 0.76 | 0 | 1 | 0.33 |
| HSL | 105.88º | 1% | 0.33% | - |
| HSV(B) | 105.88º | 1% | 0.67% | - |
| XYZ | 15.25 | 29.2 | 4.83 | - |
| YUV | 111.75 | 64.93 | 76.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 170 | 0 | 0.76 | 0 | 1 | 0.33 | 105.88 | 1 | 0.33 |
| Hex | 28 | AA | 0 | 4C | 0 | 64 | 21 | 6A | 64 | 21 |
| Octal | 50 | 252 | 0 | 114 | 0 | 144 | 41 | 152 | 144 | 41 |
| Binary | 101000 | 10101010 | 0 | 1001100 | 0 | 1100100 | 100001 | 1101010 | 1100100 | 100001 |
Color Harmonies of #28AA00
Complementary color
Monochromatic Colors of #28AA00
Black with #28AA00
Text Example
Text Example
White with #28AA00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28AA00; }
p { color: rgb(40,170,0); }
H1.HeaderClassName
{
color: #28AA00;
}
.AnyTagClassName
{
color: #28AA00;
}
</style>
background-color css
<style>
a { background-color: #28AA00; }
a { background-color: rgb(40,170,0); }
div.DivClassName
{
background-color: #28AA00;
}
.BgClassName
{
background-color: #28AA00;
}
</style>
border-color css
<style>
span { border-color: #28AA00; }
span { border-color: rgb(40,170,0); }
td.TdClassName
{
border-color: #28AA00;
}
.TagClassName
{
border-color: #28AA00;
}
</style>