Shades of Conifer #AFE66C
Tints of Conifer #AFE66C
RGB
CMYK
RGB Variations
Color information
#AFE66C (or 0xAFE66C) is known color: Conifer. HEX triplet: AF, E6 and 6C. RGB value is (175,230,108). Sum of RGB (Red+Green+Blue) = 175+230+108=513 (67% of max value = 765). Red value is 175 (68.75% from 255 or 34.11% from 513); Green value is 230 (90.23% from 255 or 44.83% from 513); Blue value is 108 (42.58% from 255 or 21.05% from 513); Max value from RGB is 230 - color contains mainly: green. Hex color #AFE66C is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AFE66C is #501993. Grayscale: #C8C8C8. Windows color (decimal): -5249428 or 7136943. OLE color: 7136943.
HSL color Cylindrical-coordinate representation of color #AFE66C: hue angle of 87.05º degrees, saturation: 0.71, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #AFE66C is Cyan = 0.24, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 175 | 230 | 108 | - |
| CMYK | 0.24 | 0 | 0.53 | 0.10 |
| HSL | 87.05º | 0.71% | 0.66% | - |
| HSV(B) | 87.05º | 0.53% | 0.9% | - |
| XYZ | 48.68 | 66.79 | 24.51 | - |
| YUV | 199.65 | 76.28 | 110.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 230 | 108 | 0.24 | 0 | 0.53 | 0.10 | 87.05 | 0.71 | 0.66 |
| Hex | AF | E6 | 6C | 18 | 0 | 35 | A | 57 | 47 | 42 |
| Octal | 257 | 346 | 154 | 30 | 0 | 65 | 12 | 127 | 107 | 102 |
| Binary | 10101111 | 11100110 | 1101100 | 11000 | 0 | 110101 | 1010 | 1010111 | 1000111 | 1000010 |
Color Harmonies of #AFE66C
Complementary color
Monochromatic Colors of #AFE66C
Black with #AFE66C
Text Example
Text Example
White with #AFE66C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFE66C; }
p { color: rgb(175,230,108); }
H1.HeaderClassName
{
color: #AFE66C;
}
.AnyTagClassName
{
color: #AFE66C;
}
</style>
background-color css
<style>
a { background-color: #AFE66C; }
a { background-color: rgb(175,230,108); }
div.DivClassName
{
background-color: #AFE66C;
}
.BgClassName
{
background-color: #AFE66C;
}
</style>
border-color css
<style>
span { border-color: #AFE66C; }
span { border-color: rgb(175,230,108); }
td.TdClassName
{
border-color: #AFE66C;
}
.TagClassName
{
border-color: #AFE66C;
}
</style>