Shades of Conifer #AFE15E
Tints of Conifer #AFE15E
RGB
CMYK
RGB Variations
Color information
#AFE15E (or 0xAFE15E) is known color: Conifer. HEX triplet: AF, E1 and 5E. RGB value is (175,225,94). Sum of RGB (Red+Green+Blue) = 175+225+94=494 (65% of max value = 765). Red value is 175 (68.75% from 255 or 35.43% from 494); Green value is 225 (88.28% from 255 or 45.55% from 494); Blue value is 94 (37.11% from 255 or 19.03% from 494); Max value from RGB is 225 - color contains mainly: green. Hex color #AFE15E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFE15E is #501EA1. Grayscale: #C3C3C3. Windows color (decimal): -5250722 or 6218159. OLE color: 6218159.
HSL color Cylindrical-coordinate representation of color #AFE15E: hue angle of 82.9º degrees, saturation: 0.69, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #AFE15E is Cyan = 0.22, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 175 | 225 | 94 | - |
| CMYK | 0.22 | 0 | 0.58 | 0.12 |
| HSL | 82.9º | 0.69% | 0.63% | - |
| HSV(B) | 82.9º | 0.58% | 0.88% | - |
| XYZ | 46.62 | 63.77 | 20.44 | - |
| YUV | 195.12 | 70.94 | 113.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 225 | 94 | 0.22 | 0 | 0.58 | 0.12 | 82.9 | 0.69 | 0.63 |
| Hex | AF | E1 | 5E | 16 | 0 | 3A | C | 53 | 45 | 3F |
| Octal | 257 | 341 | 136 | 26 | 0 | 72 | 14 | 123 | 105 | 77 |
| Binary | 10101111 | 11100001 | 1011110 | 10110 | 0 | 111010 | 1100 | 1010011 | 1000101 | 111111 |
Color Harmonies of #AFE15E
Complementary color
Monochromatic Colors of #AFE15E
Black with #AFE15E
Text Example
Text Example
White with #AFE15E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFE15E; }
p { color: rgb(175,225,94); }
H1.HeaderClassName
{
color: #AFE15E;
}
.AnyTagClassName
{
color: #AFE15E;
}
</style>
background-color css
<style>
a { background-color: #AFE15E; }
a { background-color: rgb(175,225,94); }
div.DivClassName
{
background-color: #AFE15E;
}
.BgClassName
{
background-color: #AFE15E;
}
</style>
border-color css
<style>
span { border-color: #AFE15E; }
span { border-color: rgb(175,225,94); }
td.TdClassName
{
border-color: #AFE15E;
}
.TagClassName
{
border-color: #AFE15E;
}
</style>