Shades of Conifer #AFF668
Tints of Conifer #AFF668
RGB
CMYK
RGB Variations
Color information
#AFF668 (or 0xAFF668) is known color: Conifer. HEX triplet: AF, F6 and 68. RGB value is (175,246,104). Sum of RGB (Red+Green+Blue) = 175+246+104=525 (69% of max value = 765). Red value is 175 (68.75% from 255 or 33.33% from 525); Green value is 246 (96.48% from 255 or 46.86% from 525); Blue value is 104 (41.02% from 255 or 19.81% from 525); Max value from RGB is 246 - color contains mainly: green. Hex color #AFF668 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AFF668 is #500997. Grayscale: #D1D1D1. Windows color (decimal): -5245336 or 6878895. OLE color: 6878895.
HSL color Cylindrical-coordinate representation of color #AFF668: hue angle of 90º degrees, saturation: 0.89, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #AFF668 is Cyan = 0.29, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 175 | 246 | 104 | - |
| CMYK | 0.29 | 0 | 0.58 | 0.04 |
| HSL | 90º | 0.89% | 0.69% | - |
| HSV(B) | 90º | 0.58% | 0.96% | - |
| XYZ | 53.13 | 76.02 | 24.97 | - |
| YUV | 208.58 | 68.98 | 104.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 246 | 104 | 0.29 | 0 | 0.58 | 0.04 | 90 | 0.89 | 0.69 |
| Hex | AF | F6 | 68 | 1D | 0 | 3A | 4 | 5A | 59 | 45 |
| Octal | 257 | 366 | 150 | 35 | 0 | 72 | 4 | 132 | 131 | 105 |
| Binary | 10101111 | 11110110 | 1101000 | 11101 | 0 | 111010 | 100 | 1011010 | 1011001 | 1000101 |
Color Harmonies of #AFF668
Complementary color
Monochromatic Colors of #AFF668
Black with #AFF668
Text Example
Text Example
White with #AFF668
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFF668; }
p { color: rgb(175,246,104); }
H1.HeaderClassName
{
color: #AFF668;
}
.AnyTagClassName
{
color: #AFF668;
}
</style>
background-color css
<style>
a { background-color: #AFF668; }
a { background-color: rgb(175,246,104); }
div.DivClassName
{
background-color: #AFF668;
}
.BgClassName
{
background-color: #AFF668;
}
</style>
border-color css
<style>
span { border-color: #AFF668; }
span { border-color: rgb(175,246,104); }
td.TdClassName
{
border-color: #AFF668;
}
.TagClassName
{
border-color: #AFF668;
}
</style>