Shades of Conifer #AFE46D
Tints of Conifer #AFE46D
RGB
CMYK
RGB Variations
Color information
#AFE46D (or 0xAFE46D) is known color: Conifer. HEX triplet: AF, E4 and 6D. RGB value is (175,228,109). Sum of RGB (Red+Green+Blue) = 175+228+109=512 (67% of max value = 765). Red value is 175 (68.75% from 255 or 34.18% from 512); Green value is 228 (89.45% from 255 or 44.53% from 512); Blue value is 109 (42.97% from 255 or 21.29% from 512); Max value from RGB is 228 - color contains mainly: green. Hex color #AFE46D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFE46D is #501B92. Grayscale: #C7C7C7. Windows color (decimal): -5249939 or 7201967. OLE color: 7201967.
HSL color Cylindrical-coordinate representation of color #AFE46D: hue angle of 86.72º degrees, saturation: 0.69, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #AFE46D is Cyan = 0.23, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 175 | 228 | 109 | - |
| CMYK | 0.23 | 0 | 0.52 | 0.11 |
| HSL | 86.72º | 0.69% | 0.66% | - |
| HSV(B) | 86.72º | 0.52% | 0.89% | - |
| XYZ | 48.18 | 65.7 | 24.61 | - |
| YUV | 198.59 | 77.44 | 111.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 228 | 109 | 0.23 | 0 | 0.52 | 0.11 | 86.72 | 0.69 | 0.66 |
| Hex | AF | E4 | 6D | 17 | 0 | 34 | B | 57 | 45 | 42 |
| Octal | 257 | 344 | 155 | 27 | 0 | 64 | 13 | 127 | 105 | 102 |
| Binary | 10101111 | 11100100 | 1101101 | 10111 | 0 | 110100 | 1011 | 1010111 | 1000101 | 1000010 |
Color Harmonies of #AFE46D
Complementary color
Monochromatic Colors of #AFE46D
Black with #AFE46D
Text Example
Text Example
White with #AFE46D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFE46D; }
p { color: rgb(175,228,109); }
H1.HeaderClassName
{
color: #AFE46D;
}
.AnyTagClassName
{
color: #AFE46D;
}
</style>
background-color css
<style>
a { background-color: #AFE46D; }
a { background-color: rgb(175,228,109); }
div.DivClassName
{
background-color: #AFE46D;
}
.BgClassName
{
background-color: #AFE46D;
}
</style>
border-color css
<style>
span { border-color: #AFE46D; }
span { border-color: rgb(175,228,109); }
td.TdClassName
{
border-color: #AFE46D;
}
.TagClassName
{
border-color: #AFE46D;
}
</style>