Shades of Kelly Green #5AAF03
Tints of Kelly Green #5AAF03
RGB
CMYK
RGB Variations
Color information
#5AAF03 (or 0x5AAF03) is known color: Kelly Green. HEX triplet: 5A, AF and 03. RGB value is (90,175,3). Sum of RGB (Red+Green+Blue) = 90+175+3=268 (35% of max value = 765). Red value is 90 (35.55% from 255 or 33.58% from 268); Green value is 175 (68.75% from 255 or 65.30% from 268); Blue value is 3 (1.56% from 255 or 1.12% from 268); Max value from RGB is 175 - color contains mainly: green. Hex color #5AAF03 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #5AAF03 is #A550FC. Grayscale: #828282. Windows color (decimal): -10834173 or 241498. OLE color: 241498.
HSL color Cylindrical-coordinate representation of color #5AAF03: hue angle of 89.65º degrees, saturation: 0.97, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #5AAF03 is Cyan = 0.49, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 90 | 175 | 3 | - |
| CMYK | 0.49 | 0 | 0.98 | 0.31 |
| HSL | 89.65º | 0.97% | 0.35% | - |
| HSV(B) | 89.65º | 0.98% | 0.69% | - |
| XYZ | 19.56 | 32.84 | 5.39 | - |
| YUV | 129.98 | 56.34 | 99.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 175 | 3 | 0.49 | 0 | 0.98 | 0.31 | 89.65 | 0.97 | 0.35 |
| Hex | 5A | AF | 3 | 31 | 0 | 62 | 1F | 5A | 61 | 23 |
| Octal | 132 | 257 | 3 | 61 | 0 | 142 | 37 | 132 | 141 | 43 |
| Binary | 1011010 | 10101111 | 11 | 110001 | 0 | 1100010 | 11111 | 1011010 | 1100001 | 100011 |
Color Harmonies of #5AAF03
Complementary color
Monochromatic Colors of #5AAF03
Black with #5AAF03
Text Example
Text Example
White with #5AAF03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AAF03; }
p { color: rgb(90,175,3); }
H1.HeaderClassName
{
color: #5AAF03;
}
.AnyTagClassName
{
color: #5AAF03;
}
</style>
background-color css
<style>
a { background-color: #5AAF03; }
a { background-color: rgb(90,175,3); }
div.DivClassName
{
background-color: #5AAF03;
}
.BgClassName
{
background-color: #5AAF03;
}
</style>
border-color css
<style>
span { border-color: #5AAF03; }
span { border-color: rgb(90,175,3); }
td.TdClassName
{
border-color: #5AAF03;
}
.TagClassName
{
border-color: #5AAF03;
}
</style>