Shades of Conifer #AFE46C
Tints of Conifer #AFE46C
RGB
CMYK
RGB Variations
Color information
#AFE46C (or 0xAFE46C) is known color: Conifer. HEX triplet: AF, E4 and 6C. RGB value is (175,228,108). Sum of RGB (Red+Green+Blue) = 175+228+108=511 (67% of max value = 765). Red value is 175 (68.75% from 255 or 34.25% from 511); Green value is 228 (89.45% from 255 or 44.62% from 511); Blue value is 108 (42.58% from 255 or 21.14% from 511); Max value from RGB is 228 - color contains mainly: green. Hex color #AFE46C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFE46C is #501B93. Grayscale: #C6C6C6. Windows color (decimal): -5249940 or 7136431. OLE color: 7136431.
HSL color Cylindrical-coordinate representation of color #AFE46C: hue angle of 86.5º degrees, saturation: 0.69, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #AFE46C is Cyan = 0.23, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 175 | 228 | 108 | - |
| CMYK | 0.23 | 0 | 0.53 | 0.11 |
| HSL | 86.5º | 0.69% | 0.66% | - |
| HSV(B) | 86.5º | 0.53% | 0.89% | - |
| XYZ | 48.13 | 65.68 | 24.33 | - |
| YUV | 198.47 | 76.94 | 111.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 228 | 108 | 0.23 | 0 | 0.53 | 0.11 | 86.5 | 0.69 | 0.66 |
| Hex | AF | E4 | 6C | 17 | 0 | 35 | B | 56 | 45 | 42 |
| Octal | 257 | 344 | 154 | 27 | 0 | 65 | 13 | 126 | 105 | 102 |
| Binary | 10101111 | 11100100 | 1101100 | 10111 | 0 | 110101 | 1011 | 1010110 | 1000101 | 1000010 |
Color Harmonies of #AFE46C
Complementary color
Monochromatic Colors of #AFE46C
Black with #AFE46C
Text Example
Text Example
White with #AFE46C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFE46C; }
p { color: rgb(175,228,108); }
H1.HeaderClassName
{
color: #AFE46C;
}
.AnyTagClassName
{
color: #AFE46C;
}
</style>
background-color css
<style>
a { background-color: #AFE46C; }
a { background-color: rgb(175,228,108); }
div.DivClassName
{
background-color: #AFE46C;
}
.BgClassName
{
background-color: #AFE46C;
}
</style>
border-color css
<style>
span { border-color: #AFE46C; }
span { border-color: rgb(175,228,108); }
td.TdClassName
{
border-color: #AFE46C;
}
.TagClassName
{
border-color: #AFE46C;
}
</style>