Shades of Conifer #AFE85A
Tints of Conifer #AFE85A
RGB
CMYK
RGB Variations
Color information
#AFE85A (or 0xAFE85A) is known color: Conifer. HEX triplet: AF, E8 and 5A. RGB value is (175,232,90). Sum of RGB (Red+Green+Blue) = 175+232+90=497 (65% of max value = 765). Red value is 175 (68.75% from 255 or 35.21% from 497); Green value is 232 (91.02% from 255 or 46.68% from 497); Blue value is 90 (35.55% from 255 or 18.11% from 497); Max value from RGB is 232 - color contains mainly: green. Hex color #AFE85A is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AFE85A is #5017A5. Grayscale: #C7C7C7. Windows color (decimal): -5248934 or 5957807. OLE color: 5957807.
HSL color Cylindrical-coordinate representation of color #AFE85A: hue angle of 84.08º 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 #AFE85A is Cyan = 0.25, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 175 | 232 | 90 | - |
| CMYK | 0.25 | 0 | 0.61 | 0.09 |
| HSL | 84.08º | 0.76% | 0.63% | - |
| HSV(B) | 84.08º | 0.61% | 0.91% | - |
| XYZ | 48.38 | 67.57 | 20.16 | - |
| YUV | 198.77 | 66.62 | 111.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 232 | 90 | 0.25 | 0 | 0.61 | 0.09 | 84.08 | 0.76 | 0.63 |
| Hex | AF | E8 | 5A | 19 | 0 | 3D | 9 | 54 | 4C | 3F |
| Octal | 257 | 350 | 132 | 31 | 0 | 75 | 11 | 124 | 114 | 77 |
| Binary | 10101111 | 11101000 | 1011010 | 11001 | 0 | 111101 | 1001 | 1010100 | 1001100 | 111111 |
Color Harmonies of #AFE85A
Complementary color
Monochromatic Colors of #AFE85A
Black with #AFE85A
Text Example
Text Example
White with #AFE85A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFE85A; }
p { color: rgb(175,232,90); }
H1.HeaderClassName
{
color: #AFE85A;
}
.AnyTagClassName
{
color: #AFE85A;
}
</style>
background-color css
<style>
a { background-color: #AFE85A; }
a { background-color: rgb(175,232,90); }
div.DivClassName
{
background-color: #AFE85A;
}
.BgClassName
{
background-color: #AFE85A;
}
</style>
border-color css
<style>
span { border-color: #AFE85A; }
span { border-color: rgb(175,232,90); }
td.TdClassName
{
border-color: #AFE85A;
}
.TagClassName
{
border-color: #AFE85A;
}
</style>