Shades of Conifer #AFF366
Tints of Conifer #AFF366
RGB
CMYK
RGB Variations
Color information
#AFF366 (or 0xAFF366) is known color: Conifer. HEX triplet: AF, F3 and 66. RGB value is (175,243,102). Sum of RGB (Red+Green+Blue) = 175+243+102=520 (68% of max value = 765). Red value is 175 (68.75% from 255 or 33.65% from 520); Green value is 243 (95.31% from 255 or 46.73% from 520); Blue value is 102 (40.23% from 255 or 19.62% from 520); Max value from RGB is 243 - color contains mainly: green. Hex color #AFF366 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AFF366 is #500C99. Grayscale: #CFCFCF. Windows color (decimal): -5246106 or 6747055. OLE color: 6747055.
HSL color Cylindrical-coordinate representation of color #AFF366: hue angle of 88.94º degrees, saturation: 0.85, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #AFF366 is Cyan = 0.28, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 175 | 243 | 102 | - |
| CMYK | 0.28 | 0 | 0.58 | 0.05 |
| HSL | 88.94º | 0.85% | 0.68% | - |
| HSV(B) | 88.94º | 0.58% | 0.95% | - |
| XYZ | 52.13 | 74.17 | 24.14 | - |
| YUV | 206.59 | 68.97 | 105.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 243 | 102 | 0.28 | 0 | 0.58 | 0.05 | 88.94 | 0.85 | 0.68 |
| Hex | AF | F3 | 66 | 1C | 0 | 3A | 5 | 59 | 55 | 44 |
| Octal | 257 | 363 | 146 | 34 | 0 | 72 | 5 | 131 | 125 | 104 |
| Binary | 10101111 | 11110011 | 1100110 | 11100 | 0 | 111010 | 101 | 1011001 | 1010101 | 1000100 |
Color Harmonies of #AFF366
Complementary color
Monochromatic Colors of #AFF366
Black with #AFF366
Text Example
Text Example
White with #AFF366
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFF366; }
p { color: rgb(175,243,102); }
H1.HeaderClassName
{
color: #AFF366;
}
.AnyTagClassName
{
color: #AFF366;
}
</style>
background-color css
<style>
a { background-color: #AFF366; }
a { background-color: rgb(175,243,102); }
div.DivClassName
{
background-color: #AFF366;
}
.BgClassName
{
background-color: #AFF366;
}
</style>
border-color css
<style>
span { border-color: #AFF366; }
span { border-color: rgb(175,243,102); }
td.TdClassName
{
border-color: #AFF366;
}
.TagClassName
{
border-color: #AFF366;
}
</style>