Shades of Conifer #AFE940
Tints of Conifer #AFE940
RGB
CMYK
RGB Variations
Color information
#AFE940 (or 0xAFE940) is known color: Conifer. HEX triplet: AF, E9 and 40. RGB value is (175,233,64). Sum of RGB (Red+Green+Blue) = 175+233+64=472 (62% of max value = 765). Red value is 175 (68.75% from 255 or 37.08% from 472); Green value is 233 (91.41% from 255 or 49.36% from 472); Blue value is 64 (25.39% from 255 or 13.56% from 472); Max value from RGB is 233 - color contains mainly: green. Hex color #AFE940 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #AFE940 is #5016BF. Grayscale: #C5C5C5. Windows color (decimal): -5248704 or 4254127. OLE color: 4254127.
HSL color Cylindrical-coordinate representation of color #AFE940: hue angle of 80.59º degrees, saturation: 0.79, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #AFE940 is Cyan = 0.25, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 175 | 233 | 64 | - |
| CMYK | 0.25 | 0 | 0.73 | 0.09 |
| HSL | 80.59º | 0.79% | 0.58% | - |
| HSV(B) | 80.59º | 0.73% | 0.91% | - |
| XYZ | 47.74 | 67.76 | 15.41 | - |
| YUV | 196.39 | 53.28 | 112.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 233 | 64 | 0.25 | 0 | 0.73 | 0.09 | 80.59 | 0.79 | 0.58 |
| Hex | AF | E9 | 40 | 19 | 0 | 49 | 9 | 51 | 4F | 3A |
| Octal | 257 | 351 | 100 | 31 | 0 | 111 | 11 | 121 | 117 | 72 |
| Binary | 10101111 | 11101001 | 1000000 | 11001 | 0 | 1001001 | 1001 | 1010001 | 1001111 | 111010 |
Color Harmonies of #AFE940
Complementary color
Monochromatic Colors of #AFE940
Black with #AFE940
Text Example
Text Example
White with #AFE940
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFE940; }
p { color: rgb(175,233,64); }
H1.HeaderClassName
{
color: #AFE940;
}
.AnyTagClassName
{
color: #AFE940;
}
</style>
background-color css
<style>
a { background-color: #AFE940; }
a { background-color: rgb(175,233,64); }
div.DivClassName
{
background-color: #AFE940;
}
.BgClassName
{
background-color: #AFE940;
}
</style>
border-color css
<style>
span { border-color: #AFE940; }
span { border-color: rgb(175,233,64); }
td.TdClassName
{
border-color: #AFE940;
}
.TagClassName
{
border-color: #AFE940;
}
</style>