Shades of Conifer #ADFC67
Tints of Conifer #ADFC67
RGB
CMYK
RGB Variations
Color information
#ADFC67 (or 0xADFC67) is known color: Conifer. HEX triplet: AD, FC and 67. RGB value is (173,252,103). Sum of RGB (Red+Green+Blue) = 173+252+103=528 (69% of max value = 765). Red value is 173 (67.97% from 255 or 32.77% from 528); Green value is 252 (98.83% from 255 or 47.73% from 528); Blue value is 103 (40.62% from 255 or 19.51% from 528); Max value from RGB is 252 - color contains mainly: green. Hex color #ADFC67 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ADFC67 is #520398. Grayscale: #D3D3D3. Windows color (decimal): -5374873 or 6814893. OLE color: 6814893.
HSL color Cylindrical-coordinate representation of color #ADFC67: hue angle of 91.81º degrees, saturation: 0.96, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #ADFC67 is Cyan = 0.31, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 173 | 252 | 103 | - |
| CMYK | 0.31 | 0 | 0.59 | 0.01 |
| HSL | 91.81º | 0.96% | 0.7% | - |
| HSV(B) | 91.81º | 0.59% | 0.99% | - |
| XYZ | 54.49 | 79.48 | 25.3 | - |
| YUV | 211.39 | 66.83 | 100.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 252 | 103 | 0.31 | 0 | 0.59 | 0.01 | 91.81 | 0.96 | 0.7 |
| Hex | AD | FC | 67 | 1F | 0 | 3B | 1 | 5C | 60 | 46 |
| Octal | 255 | 374 | 147 | 37 | 0 | 73 | 1 | 134 | 140 | 106 |
| Binary | 10101101 | 11111100 | 1100111 | 11111 | 0 | 111011 | 1 | 1011100 | 1100000 | 1000110 |
Color Harmonies of #ADFC67
Complementary color
Monochromatic Colors of #ADFC67
Black with #ADFC67
Text Example
Text Example
White with #ADFC67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADFC67; }
p { color: rgb(173,252,103); }
H1.HeaderClassName
{
color: #ADFC67;
}
.AnyTagClassName
{
color: #ADFC67;
}
</style>
background-color css
<style>
a { background-color: #ADFC67; }
a { background-color: rgb(173,252,103); }
div.DivClassName
{
background-color: #ADFC67;
}
.BgClassName
{
background-color: #ADFC67;
}
</style>
border-color css
<style>
span { border-color: #ADFC67; }
span { border-color: rgb(173,252,103); }
td.TdClassName
{
border-color: #ADFC67;
}
.TagClassName
{
border-color: #ADFC67;
}
</style>