Shades of Conifer #AFE45E
Tints of Conifer #AFE45E
RGB
CMYK
RGB Variations
Color information
#AFE45E (or 0xAFE45E) is known color: Conifer. HEX triplet: AF, E4 and 5E. RGB value is (175,228,94). Sum of RGB (Red+Green+Blue) = 175+228+94=497 (65% of max value = 765). Red value is 175 (68.75% from 255 or 35.21% from 497); Green value is 228 (89.45% from 255 or 45.88% from 497); Blue value is 94 (37.11% from 255 or 18.91% from 497); Max value from RGB is 228 - color contains mainly: green. Hex color #AFE45E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFE45E is #501BA1. Grayscale: #C5C5C5. Windows color (decimal): -5249954 or 6218927. OLE color: 6218927.
HSL color Cylindrical-coordinate representation of color #AFE45E: hue angle of 83.73º degrees, saturation: 0.71, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #AFE45E is Cyan = 0.23, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 175 | 228 | 94 | - |
| CMYK | 0.23 | 0 | 0.59 | 0.11 |
| HSL | 83.73º | 0.71% | 0.63% | - |
| HSV(B) | 83.73º | 0.59% | 0.89% | - |
| XYZ | 47.44 | 65.41 | 20.71 | - |
| YUV | 196.88 | 69.94 | 112.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 228 | 94 | 0.23 | 0 | 0.59 | 0.11 | 83.73 | 0.71 | 0.63 |
| Hex | AF | E4 | 5E | 17 | 0 | 3B | B | 54 | 47 | 3F |
| Octal | 257 | 344 | 136 | 27 | 0 | 73 | 13 | 124 | 107 | 77 |
| Binary | 10101111 | 11100100 | 1011110 | 10111 | 0 | 111011 | 1011 | 1010100 | 1000111 | 111111 |
Color Harmonies of #AFE45E
Complementary color
Monochromatic Colors of #AFE45E
Black with #AFE45E
Text Example
Text Example
White with #AFE45E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFE45E; }
p { color: rgb(175,228,94); }
H1.HeaderClassName
{
color: #AFE45E;
}
.AnyTagClassName
{
color: #AFE45E;
}
</style>
background-color css
<style>
a { background-color: #AFE45E; }
a { background-color: rgb(175,228,94); }
div.DivClassName
{
background-color: #AFE45E;
}
.BgClassName
{
background-color: #AFE45E;
}
</style>
border-color css
<style>
span { border-color: #AFE45E; }
span { border-color: rgb(175,228,94); }
td.TdClassName
{
border-color: #AFE45E;
}
.TagClassName
{
border-color: #AFE45E;
}
</style>