Shades of Conifer #AFE06A
Tints of Conifer #AFE06A
RGB
CMYK
RGB Variations
Color information
#AFE06A (or 0xAFE06A) is known color: Conifer. HEX triplet: AF, E0 and 6A. RGB value is (175,224,106). Sum of RGB (Red+Green+Blue) = 175+224+106=505 (66% of max value = 765). Red value is 175 (68.75% from 255 or 34.65% from 505); Green value is 224 (87.89% from 255 or 44.36% from 505); Blue value is 106 (41.80% from 255 or 20.99% from 505); Max value from RGB is 224 - color contains mainly: green. Hex color #AFE06A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFE06A is #501F95. Grayscale: #C4C4C4. Windows color (decimal): -5250966 or 7004335. OLE color: 7004335.
HSL color Cylindrical-coordinate representation of color #AFE06A: hue angle of 84.92º degrees, saturation: 0.66, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #AFE06A is Cyan = 0.22, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 175 | 224 | 106 | - |
| CMYK | 0.22 | 0 | 0.53 | 0.12 |
| HSL | 84.92º | 0.66% | 0.65% | - |
| HSV(B) | 84.92º | 0.53% | 0.88% | - |
| XYZ | 46.94 | 63.47 | 23.41 | - |
| YUV | 195.9 | 77.27 | 113.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 224 | 106 | 0.22 | 0 | 0.53 | 0.12 | 84.92 | 0.66 | 0.65 |
| Hex | AF | E0 | 6A | 16 | 0 | 35 | C | 55 | 42 | 41 |
| Octal | 257 | 340 | 152 | 26 | 0 | 65 | 14 | 125 | 102 | 101 |
| Binary | 10101111 | 11100000 | 1101010 | 10110 | 0 | 110101 | 1100 | 1010101 | 1000010 | 1000001 |
Color Harmonies of #AFE06A
Complementary color
Monochromatic Colors of #AFE06A
Black with #AFE06A
Text Example
Text Example
White with #AFE06A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFE06A; }
p { color: rgb(175,224,106); }
H1.HeaderClassName
{
color: #AFE06A;
}
.AnyTagClassName
{
color: #AFE06A;
}
</style>
background-color css
<style>
a { background-color: #AFE06A; }
a { background-color: rgb(175,224,106); }
div.DivClassName
{
background-color: #AFE06A;
}
.BgClassName
{
background-color: #AFE06A;
}
</style>
border-color css
<style>
span { border-color: #AFE06A; }
span { border-color: rgb(175,224,106); }
td.TdClassName
{
border-color: #AFE06A;
}
.TagClassName
{
border-color: #AFE06A;
}
</style>