Shades of Conifer #AFE95A
Tints of Conifer #AFE95A
RGB
CMYK
RGB Variations
Color information
#AFE95A (or 0xAFE95A) is known color: Conifer. HEX triplet: AF, E9 and 5A. RGB value is (175,233,90). Sum of RGB (Red+Green+Blue) = 175+233+90=498 (65% of max value = 765). Red value is 175 (68.75% from 255 or 35.14% from 498); Green value is 233 (91.41% from 255 or 46.79% from 498); Blue value is 90 (35.55% from 255 or 18.07% from 498); Max value from RGB is 233 - color contains mainly: green. Hex color #AFE95A is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AFE95A is #5016A5. Grayscale: #C7C7C7. Windows color (decimal): -5248678 or 5958063. OLE color: 5958063.
HSL color Cylindrical-coordinate representation of color #AFE95A: hue angle of 84.34º degrees, saturation: 0.76, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #AFE95A is Cyan = 0.25, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 175 | 233 | 90 | - |
| CMYK | 0.25 | 0 | 0.61 | 0.09 |
| HSL | 84.34º | 0.76% | 0.63% | - |
| HSV(B) | 84.34º | 0.61% | 0.91% | - |
| XYZ | 48.66 | 68.13 | 20.26 | - |
| YUV | 199.36 | 66.28 | 110.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 233 | 90 | 0.25 | 0 | 0.61 | 0.09 | 84.34 | 0.76 | 0.63 |
| Hex | AF | E9 | 5A | 19 | 0 | 3D | 9 | 54 | 4C | 3F |
| Octal | 257 | 351 | 132 | 31 | 0 | 75 | 11 | 124 | 114 | 77 |
| Binary | 10101111 | 11101001 | 1011010 | 11001 | 0 | 111101 | 1001 | 1010100 | 1001100 | 111111 |
Color Harmonies of #AFE95A
Complementary color
Monochromatic Colors of #AFE95A
Black with #AFE95A
Text Example
Text Example
White with #AFE95A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFE95A; }
p { color: rgb(175,233,90); }
H1.HeaderClassName
{
color: #AFE95A;
}
.AnyTagClassName
{
color: #AFE95A;
}
</style>
background-color css
<style>
a { background-color: #AFE95A; }
a { background-color: rgb(175,233,90); }
div.DivClassName
{
background-color: #AFE95A;
}
.BgClassName
{
background-color: #AFE95A;
}
</style>
border-color css
<style>
span { border-color: #AFE95A; }
span { border-color: rgb(175,233,90); }
td.TdClassName
{
border-color: #AFE95A;
}
.TagClassName
{
border-color: #AFE95A;
}
</style>