Shades of Kelly Green #32AE10
Tints of Kelly Green #32AE10
RGB
CMYK
RGB Variations
Color information
#32AE10 (or 0x32AE10) is known color: Kelly Green. HEX triplet: 32, AE and 10. RGB value is (50,174,16). Sum of RGB (Red+Green+Blue) = 50+174+16=240 (31% of max value = 765). Red value is 50 (19.92% from 255 or 20.83% from 240); Green value is 174 (68.36% from 255 or 72.5% from 240); Blue value is 16 (6.64% from 255 or 6.67% from 240); Max value from RGB is 174 - color contains mainly: green. Hex color #32AE10 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #32AE10 is #CD51EF. Grayscale: #777777. Windows color (decimal): -13455856 or 1093170. OLE color: 1093170.
HSL color Cylindrical-coordinate representation of color #32AE10: hue angle of 107.09º degrees, saturation: 0.83, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #32AE10 is Cyan = 0.71, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 50 | 174 | 16 | - |
| CMYK | 0.71 | 0 | 0.91 | 0.32 |
| HSL | 107.09º | 0.83% | 0.37% | - |
| HSV(B) | 107.09º | 0.91% | 0.68% | - |
| XYZ | 16.54 | 30.99 | 5.6 | - |
| YUV | 118.91 | 69.92 | 78.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 174 | 16 | 0.71 | 0 | 0.91 | 0.32 | 107.09 | 0.83 | 0.37 |
| Hex | 32 | AE | 10 | 47 | 0 | 5B | 20 | 6B | 53 | 25 |
| Octal | 62 | 256 | 20 | 107 | 0 | 133 | 40 | 153 | 123 | 45 |
| Binary | 110010 | 10101110 | 10000 | 1000111 | 0 | 1011011 | 100000 | 1101011 | 1010011 | 100101 |
Color Harmonies of #32AE10
Complementary color
Monochromatic Colors of #32AE10
Black with #32AE10
Text Example
Text Example
White with #32AE10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32AE10; }
p { color: rgb(50,174,16); }
H1.HeaderClassName
{
color: #32AE10;
}
.AnyTagClassName
{
color: #32AE10;
}
</style>
background-color css
<style>
a { background-color: #32AE10; }
a { background-color: rgb(50,174,16); }
div.DivClassName
{
background-color: #32AE10;
}
.BgClassName
{
background-color: #32AE10;
}
</style>
border-color css
<style>
span { border-color: #32AE10; }
span { border-color: rgb(50,174,16); }
td.TdClassName
{
border-color: #32AE10;
}
.TagClassName
{
border-color: #32AE10;
}
</style>