Shades of Conifer #AFE366
Tints of Conifer #AFE366
RGB
CMYK
RGB Variations
Color information
#AFE366 (or 0xAFE366) is known color: Conifer. HEX triplet: AF, E3 and 66. RGB value is (175,227,102). Sum of RGB (Red+Green+Blue) = 175+227+102=504 (66% of max value = 765). Red value is 175 (68.75% from 255 or 34.72% from 504); Green value is 227 (89.06% from 255 or 45.04% from 504); Blue value is 102 (40.23% from 255 or 20.24% from 504); Max value from RGB is 227 - color contains mainly: green. Hex color #AFE366 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFE366 is #501C99. Grayscale: #C5C5C5. Windows color (decimal): -5250202 or 6742959. OLE color: 6742959.
HSL color Cylindrical-coordinate representation of color #AFE366: hue angle of 84.96º degrees, saturation: 0.69, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #AFE366 is Cyan = 0.23, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 175 | 227 | 102 | - |
| CMYK | 0.23 | 0 | 0.55 | 0.11 |
| HSL | 84.96º | 0.69% | 0.65% | - |
| HSV(B) | 84.96º | 0.55% | 0.89% | - |
| XYZ | 47.55 | 65.01 | 22.61 | - |
| YUV | 197.2 | 74.27 | 112.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 227 | 102 | 0.23 | 0 | 0.55 | 0.11 | 84.96 | 0.69 | 0.65 |
| Hex | AF | E3 | 66 | 17 | 0 | 37 | B | 55 | 45 | 41 |
| Octal | 257 | 343 | 146 | 27 | 0 | 67 | 13 | 125 | 105 | 101 |
| Binary | 10101111 | 11100011 | 1100110 | 10111 | 0 | 110111 | 1011 | 1010101 | 1000101 | 1000001 |
Color Harmonies of #AFE366
Complementary color
Monochromatic Colors of #AFE366
Black with #AFE366
Text Example
Text Example
White with #AFE366
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFE366; }
p { color: rgb(175,227,102); }
H1.HeaderClassName
{
color: #AFE366;
}
.AnyTagClassName
{
color: #AFE366;
}
</style>
background-color css
<style>
a { background-color: #AFE366; }
a { background-color: rgb(175,227,102); }
div.DivClassName
{
background-color: #AFE366;
}
.BgClassName
{
background-color: #AFE366;
}
</style>
border-color css
<style>
span { border-color: #AFE366; }
span { border-color: rgb(175,227,102); }
td.TdClassName
{
border-color: #AFE366;
}
.TagClassName
{
border-color: #AFE366;
}
</style>