Shades of Conifer #ADF85A
Tints of Conifer #ADF85A
RGB
CMYK
RGB Variations
Color information
#ADF85A (or 0xADF85A) is known color: Conifer. HEX triplet: AD, F8 and 5A. RGB value is (173,248,90). Sum of RGB (Red+Green+Blue) = 173+248+90=511 (67% of max value = 765). Red value is 173 (67.97% from 255 or 33.86% from 511); Green value is 248 (97.27% from 255 or 48.53% from 511); Blue value is 90 (35.55% from 255 or 17.61% from 511); Max value from RGB is 248 - color contains mainly: green. Hex color #ADF85A is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ADF85A is #5207A5. Grayscale: #D0D0D0. Windows color (decimal): -5375910 or 5961901. OLE color: 5961901.
HSL color Cylindrical-coordinate representation of color #ADF85A: hue angle of 88.48º degrees, saturation: 0.92, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #ADF85A is Cyan = 0.30, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 173 | 248 | 90 | - |
| CMYK | 0.30 | 0 | 0.64 | 0.03 |
| HSL | 88.48º | 0.92% | 0.66% | - |
| HSV(B) | 88.48º | 0.64% | 0.97% | - |
| XYZ | 52.65 | 76.76 | 21.71 | - |
| YUV | 207.56 | 61.65 | 103.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 248 | 90 | 0.30 | 0 | 0.64 | 0.03 | 88.48 | 0.92 | 0.66 |
| Hex | AD | F8 | 5A | 1E | 0 | 40 | 3 | 58 | 5C | 42 |
| Octal | 255 | 370 | 132 | 36 | 0 | 100 | 3 | 130 | 134 | 102 |
| Binary | 10101101 | 11111000 | 1011010 | 11110 | 0 | 1000000 | 11 | 1011000 | 1011100 | 1000010 |
Color Harmonies of #ADF85A
Complementary color
Monochromatic Colors of #ADF85A
Black with #ADF85A
Text Example
Text Example
White with #ADF85A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADF85A; }
p { color: rgb(173,248,90); }
H1.HeaderClassName
{
color: #ADF85A;
}
.AnyTagClassName
{
color: #ADF85A;
}
</style>
background-color css
<style>
a { background-color: #ADF85A; }
a { background-color: rgb(173,248,90); }
div.DivClassName
{
background-color: #ADF85A;
}
.BgClassName
{
background-color: #ADF85A;
}
</style>
border-color css
<style>
span { border-color: #ADF85A; }
span { border-color: rgb(173,248,90); }
td.TdClassName
{
border-color: #ADF85A;
}
.TagClassName
{
border-color: #ADF85A;
}
</style>