Shades of Conifer #ADFD60
Tints of Conifer #ADFD60
RGB
CMYK
RGB Variations
Color information
#ADFD60 (or 0xADFD60) is known color: Conifer. HEX triplet: AD, FD and 60. RGB value is (173,253,96). Sum of RGB (Red+Green+Blue) = 173+253+96=522 (69% of max value = 765). Red value is 173 (67.97% from 255 or 33.14% from 522); Green value is 253 (99.22% from 255 or 48.47% from 522); Blue value is 96 (37.89% from 255 or 18.39% from 522); Max value from RGB is 253 - color contains mainly: green. Hex color #ADFD60 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ADFD60 is #52029F. Grayscale: #D3D3D3. Windows color (decimal): -5374624 or 6356397. OLE color: 6356397.
HSL color Cylindrical-coordinate representation of color #ADFD60: hue angle of 90.57º degrees, saturation: 0.98, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #ADFD60 is Cyan = 0.32, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 173 | 253 | 96 | - |
| CMYK | 0.32 | 0 | 0.62 | 0.01 |
| HSL | 90.57º | 0.98% | 0.68% | - |
| HSV(B) | 90.57º | 0.62% | 0.99% | - |
| XYZ | 54.47 | 79.98 | 23.63 | - |
| YUV | 211.18 | 63 | 100.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 253 | 96 | 0.32 | 0 | 0.62 | 0.01 | 90.57 | 0.98 | 0.68 |
| Hex | AD | FD | 60 | 20 | 0 | 3E | 1 | 5B | 62 | 44 |
| Octal | 255 | 375 | 140 | 40 | 0 | 76 | 1 | 133 | 142 | 104 |
| Binary | 10101101 | 11111101 | 1100000 | 100000 | 0 | 111110 | 1 | 1011011 | 1100010 | 1000100 |
Color Harmonies of #ADFD60
Complementary color
Monochromatic Colors of #ADFD60
Black with #ADFD60
Text Example
Text Example
White with #ADFD60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADFD60; }
p { color: rgb(173,253,96); }
H1.HeaderClassName
{
color: #ADFD60;
}
.AnyTagClassName
{
color: #ADFD60;
}
</style>
background-color css
<style>
a { background-color: #ADFD60; }
a { background-color: rgb(173,253,96); }
div.DivClassName
{
background-color: #ADFD60;
}
.BgClassName
{
background-color: #ADFD60;
}
</style>
border-color css
<style>
span { border-color: #ADFD60; }
span { border-color: rgb(173,253,96); }
td.TdClassName
{
border-color: #ADFD60;
}
.TagClassName
{
border-color: #ADFD60;
}
</style>