Shades of Conifer #ADF953
Tints of Conifer #ADF953
RGB
CMYK
RGB Variations
Color information
#ADF953 (or 0xADF953) is known color: Conifer. HEX triplet: AD, F9 and 53. RGB value is (173,249,83). Sum of RGB (Red+Green+Blue) = 173+249+83=505 (66% of max value = 765). Red value is 173 (67.97% from 255 or 34.26% from 505); Green value is 249 (97.66% from 255 or 49.31% from 505); Blue value is 83 (32.81% from 255 or 16.44% from 505); Max value from RGB is 249 - color contains mainly: green. Hex color #ADF953 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ADF953 is #5206AC. Grayscale: #CFCFCF. Windows color (decimal): -5375661 or 5503405. OLE color: 5503405.
HSL color Cylindrical-coordinate representation of color #ADF953: hue angle of 87.47º degrees, saturation: 0.93, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #ADF953 is Cyan = 0.31, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 173 | 249 | 83 | - |
| CMYK | 0.31 | 0 | 0.67 | 0.02 |
| HSL | 87.47º | 0.93% | 0.65% | - |
| HSV(B) | 87.47º | 0.67% | 0.98% | - |
| XYZ | 52.67 | 77.26 | 20.32 | - |
| YUV | 207.35 | 57.82 | 103.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 249 | 83 | 0.31 | 0 | 0.67 | 0.02 | 87.47 | 0.93 | 0.65 |
| Hex | AD | F9 | 53 | 1F | 0 | 43 | 2 | 57 | 5D | 41 |
| Octal | 255 | 371 | 123 | 37 | 0 | 103 | 2 | 127 | 135 | 101 |
| Binary | 10101101 | 11111001 | 1010011 | 11111 | 0 | 1000011 | 10 | 1010111 | 1011101 | 1000001 |
Color Harmonies of #ADF953
Complementary color
Monochromatic Colors of #ADF953
Black with #ADF953
Text Example
Text Example
White with #ADF953
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADF953; }
p { color: rgb(173,249,83); }
H1.HeaderClassName
{
color: #ADF953;
}
.AnyTagClassName
{
color: #ADF953;
}
</style>
background-color css
<style>
a { background-color: #ADF953; }
a { background-color: rgb(173,249,83); }
div.DivClassName
{
background-color: #ADF953;
}
.BgClassName
{
background-color: #ADF953;
}
</style>
border-color css
<style>
span { border-color: #ADF953; }
span { border-color: rgb(173,249,83); }
td.TdClassName
{
border-color: #ADF953;
}
.TagClassName
{
border-color: #ADF953;
}
</style>