Shades of Conifer #ADF254
Tints of Conifer #ADF254
RGB
CMYK
RGB Variations
Color information
#ADF254 (or 0xADF254) is known color: Conifer. HEX triplet: AD, F2 and 54. RGB value is (173,242,84). Sum of RGB (Red+Green+Blue) = 173+242+84=499 (66% of max value = 765). Red value is 173 (67.97% from 255 or 34.67% from 499); Green value is 242 (94.92% from 255 or 48.50% from 499); Blue value is 84 (33.20% from 255 or 16.83% from 499); Max value from RGB is 242 - color contains mainly: green. Hex color #ADF254 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ADF254 is #520DAB. Grayscale: #CBCBCB. Windows color (decimal): -5377452 or 5567149. OLE color: 5567149.
HSL color Cylindrical-coordinate representation of color #ADF254: hue angle of 86.2º degrees, saturation: 0.86, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #ADF254 is Cyan = 0.29, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 173 | 242 | 84 | - |
| CMYK | 0.29 | 0 | 0.65 | 0.05 |
| HSL | 86.2º | 0.86% | 0.64% | - |
| HSV(B) | 86.2º | 0.65% | 0.95% | - |
| XYZ | 50.59 | 73.03 | 19.82 | - |
| YUV | 203.36 | 60.64 | 106.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 242 | 84 | 0.29 | 0 | 0.65 | 0.05 | 86.2 | 0.86 | 0.64 |
| Hex | AD | F2 | 54 | 1D | 0 | 41 | 5 | 56 | 56 | 40 |
| Octal | 255 | 362 | 124 | 35 | 0 | 101 | 5 | 126 | 126 | 100 |
| Binary | 10101101 | 11110010 | 1010100 | 11101 | 0 | 1000001 | 101 | 1010110 | 1010110 | 1000000 |
Color Harmonies of #ADF254
Complementary color
Monochromatic Colors of #ADF254
Black with #ADF254
Text Example
Text Example
White with #ADF254
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADF254; }
p { color: rgb(173,242,84); }
H1.HeaderClassName
{
color: #ADF254;
}
.AnyTagClassName
{
color: #ADF254;
}
</style>
background-color css
<style>
a { background-color: #ADF254; }
a { background-color: rgb(173,242,84); }
div.DivClassName
{
background-color: #ADF254;
}
.BgClassName
{
background-color: #ADF254;
}
</style>
border-color css
<style>
span { border-color: #ADF254; }
span { border-color: rgb(173,242,84); }
td.TdClassName
{
border-color: #ADF254;
}
.TagClassName
{
border-color: #ADF254;
}
</style>