Shades of Conifer #AFE666
Tints of Conifer #AFE666
RGB
CMYK
RGB Variations
Color information
#AFE666 (or 0xAFE666) is known color: Conifer. HEX triplet: AF, E6 and 66. RGB value is (175,230,102). Sum of RGB (Red+Green+Blue) = 175+230+102=507 (67% of max value = 765). Red value is 175 (68.75% from 255 or 34.52% from 507); Green value is 230 (90.23% from 255 or 45.36% from 507); Blue value is 102 (40.23% from 255 or 20.12% from 507); Max value from RGB is 230 - color contains mainly: green. Hex color #AFE666 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AFE666 is #501999. Grayscale: #C7C7C7. Windows color (decimal): -5249434 or 6743727. OLE color: 6743727.
HSL color Cylindrical-coordinate representation of color #AFE666: hue angle of 85.78º degrees, saturation: 0.72, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #AFE666 is Cyan = 0.24, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 175 | 230 | 102 | - |
| CMYK | 0.24 | 0 | 0.56 | 0.10 |
| HSL | 85.78º | 0.72% | 0.65% | - |
| HSV(B) | 85.78º | 0.56% | 0.9% | - |
| XYZ | 48.37 | 66.67 | 22.89 | - |
| YUV | 198.96 | 73.28 | 110.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 230 | 102 | 0.24 | 0 | 0.56 | 0.10 | 85.78 | 0.72 | 0.65 |
| Hex | AF | E6 | 66 | 18 | 0 | 38 | A | 56 | 48 | 41 |
| Octal | 257 | 346 | 146 | 30 | 0 | 70 | 12 | 126 | 110 | 101 |
| Binary | 10101111 | 11100110 | 1100110 | 11000 | 0 | 111000 | 1010 | 1010110 | 1001000 | 1000001 |
Color Harmonies of #AFE666
Complementary color
Monochromatic Colors of #AFE666
Black with #AFE666
Text Example
Text Example
White with #AFE666
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFE666; }
p { color: rgb(175,230,102); }
H1.HeaderClassName
{
color: #AFE666;
}
.AnyTagClassName
{
color: #AFE666;
}
</style>
background-color css
<style>
a { background-color: #AFE666; }
a { background-color: rgb(175,230,102); }
div.DivClassName
{
background-color: #AFE666;
}
.BgClassName
{
background-color: #AFE666;
}
</style>
border-color css
<style>
span { border-color: #AFE666; }
span { border-color: rgb(175,230,102); }
td.TdClassName
{
border-color: #AFE666;
}
.TagClassName
{
border-color: #AFE666;
}
</style>