Shades of Conifer #ADF05C
Tints of Conifer #ADF05C
RGB
CMYK
RGB Variations
Color information
#ADF05C (or 0xADF05C) is known color: Conifer. HEX triplet: AD, F0 and 5C. RGB value is (173,240,92). Sum of RGB (Red+Green+Blue) = 173+240+92=505 (66% of max value = 765). Red value is 173 (67.97% from 255 or 34.26% from 505); Green value is 240 (94.14% from 255 or 47.52% from 505); Blue value is 92 (36.33% from 255 or 18.22% from 505); Max value from RGB is 240 - color contains mainly: green. Hex color #ADF05C is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ADF05C is #520FA3. Grayscale: #CBCBCB. Windows color (decimal): -5377956 or 6090925. OLE color: 6090925.
HSL color Cylindrical-coordinate representation of color #ADF05C: hue angle of 87.16º degrees, saturation: 0.83, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #ADF05C is Cyan = 0.28, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 173 | 240 | 92 | - |
| CMYK | 0.28 | 0 | 0.62 | 0.06 |
| HSL | 87.16º | 0.83% | 0.65% | - |
| HSV(B) | 87.16º | 0.62% | 0.94% | - |
| XYZ | 50.33 | 71.98 | 21.37 | - |
| YUV | 203.1 | 65.3 | 106.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 240 | 92 | 0.28 | 0 | 0.62 | 0.06 | 87.16 | 0.83 | 0.65 |
| Hex | AD | F0 | 5C | 1C | 0 | 3E | 6 | 57 | 53 | 41 |
| Octal | 255 | 360 | 134 | 34 | 0 | 76 | 6 | 127 | 123 | 101 |
| Binary | 10101101 | 11110000 | 1011100 | 11100 | 0 | 111110 | 110 | 1010111 | 1010011 | 1000001 |
Color Harmonies of #ADF05C
Complementary color
Monochromatic Colors of #ADF05C
Black with #ADF05C
Text Example
Text Example
White with #ADF05C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADF05C; }
p { color: rgb(173,240,92); }
H1.HeaderClassName
{
color: #ADF05C;
}
.AnyTagClassName
{
color: #ADF05C;
}
</style>
background-color css
<style>
a { background-color: #ADF05C; }
a { background-color: rgb(173,240,92); }
div.DivClassName
{
background-color: #ADF05C;
}
.BgClassName
{
background-color: #ADF05C;
}
</style>
border-color css
<style>
span { border-color: #ADF05C; }
span { border-color: rgb(173,240,92); }
td.TdClassName
{
border-color: #ADF05C;
}
.TagClassName
{
border-color: #ADF05C;
}
</style>