Shades of Conifer #ADF466
Tints of Conifer #ADF466
RGB
CMYK
RGB Variations
Color information
#ADF466 (or 0xADF466) is known color: Conifer. HEX triplet: AD, F4 and 66. RGB value is (173,244,102). Sum of RGB (Red+Green+Blue) = 173+244+102=519 (68% of max value = 765). Red value is 173 (67.97% from 255 or 33.33% from 519); Green value is 244 (95.70% from 255 or 47.01% from 519); Blue value is 102 (40.23% from 255 or 19.65% from 519); Max value from RGB is 244 - color contains mainly: green. Hex color #ADF466 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ADF466 is #520B99. Grayscale: #CFCFCF. Windows color (decimal): -5376922 or 6747309. OLE color: 6747309.
HSL color Cylindrical-coordinate representation of color #ADF466: hue angle of 90º degrees, saturation: 0.87, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #ADF466 is Cyan = 0.29, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 173 | 244 | 102 | - |
| CMYK | 0.29 | 0 | 0.58 | 0.04 |
| HSL | 90º | 0.87% | 0.68% | - |
| HSV(B) | 90º | 0.58% | 0.96% | - |
| XYZ | 51.98 | 74.54 | 24.22 | - |
| YUV | 206.58 | 68.98 | 104.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 244 | 102 | 0.29 | 0 | 0.58 | 0.04 | 90 | 0.87 | 0.68 |
| Hex | AD | F4 | 66 | 1D | 0 | 3A | 4 | 5A | 57 | 44 |
| Octal | 255 | 364 | 146 | 35 | 0 | 72 | 4 | 132 | 127 | 104 |
| Binary | 10101101 | 11110100 | 1100110 | 11101 | 0 | 111010 | 100 | 1011010 | 1010111 | 1000100 |
Color Harmonies of #ADF466
Complementary color
Monochromatic Colors of #ADF466
Black with #ADF466
Text Example
Text Example
White with #ADF466
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADF466; }
p { color: rgb(173,244,102); }
H1.HeaderClassName
{
color: #ADF466;
}
.AnyTagClassName
{
color: #ADF466;
}
</style>
background-color css
<style>
a { background-color: #ADF466; }
a { background-color: rgb(173,244,102); }
div.DivClassName
{
background-color: #ADF466;
}
.BgClassName
{
background-color: #ADF466;
}
</style>
border-color css
<style>
span { border-color: #ADF466; }
span { border-color: rgb(173,244,102); }
td.TdClassName
{
border-color: #ADF466;
}
.TagClassName
{
border-color: #ADF466;
}
</style>