Shades of Kelly Green #54AF12
Tints of Kelly Green #54AF12
RGB
CMYK
RGB Variations
Color information
#54AF12 (or 0x54AF12) is known color: Kelly Green. HEX triplet: 54, AF and 12. RGB value is (84,175,18). Sum of RGB (Red+Green+Blue) = 84+175+18=277 (36% of max value = 765). Red value is 84 (33.20% from 255 or 30.32% from 277); Green value is 175 (68.75% from 255 or 63.18% from 277); Blue value is 18 (7.42% from 255 or 6.50% from 277); Max value from RGB is 175 - color contains mainly: green. Hex color #54AF12 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #54AF12 is #AB50ED. Grayscale: #828282. Windows color (decimal): -11227374 or 1224532. OLE color: 1224532.
HSL color Cylindrical-coordinate representation of color #54AF12: hue angle of 94.78º degrees, saturation: 0.81, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #54AF12 is Cyan = 0.52, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 84 | 175 | 18 | - |
| CMYK | 0.52 | 0 | 0.90 | 0.31 |
| HSL | 94.78º | 0.81% | 0.38% | - |
| HSV(B) | 94.78º | 0.9% | 0.69% | - |
| XYZ | 19.1 | 32.59 | 5.86 | - |
| YUV | 129.89 | 64.85 | 95.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 175 | 18 | 0.52 | 0 | 0.90 | 0.31 | 94.78 | 0.81 | 0.38 |
| Hex | 54 | AF | 12 | 34 | 0 | 5A | 1F | 5F | 51 | 26 |
| Octal | 124 | 257 | 22 | 64 | 0 | 132 | 37 | 137 | 121 | 46 |
| Binary | 1010100 | 10101111 | 10010 | 110100 | 0 | 1011010 | 11111 | 1011111 | 1010001 | 100110 |
Color Harmonies of #54AF12
Complementary color
Monochromatic Colors of #54AF12
Black with #54AF12
Text Example
Text Example
White with #54AF12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54AF12; }
p { color: rgb(84,175,18); }
H1.HeaderClassName
{
color: #54AF12;
}
.AnyTagClassName
{
color: #54AF12;
}
</style>
background-color css
<style>
a { background-color: #54AF12; }
a { background-color: rgb(84,175,18); }
div.DivClassName
{
background-color: #54AF12;
}
.BgClassName
{
background-color: #54AF12;
}
</style>
border-color css
<style>
span { border-color: #54AF12; }
span { border-color: rgb(84,175,18); }
td.TdClassName
{
border-color: #54AF12;
}
.TagClassName
{
border-color: #54AF12;
}
</style>