Shades of Conifer #ADF25C
Tints of Conifer #ADF25C
RGB
CMYK
RGB Variations
Color information
#ADF25C (or 0xADF25C) is known color: Conifer. HEX triplet: AD, F2 and 5C. RGB value is (173,242,92). Sum of RGB (Red+Green+Blue) = 173+242+92=507 (67% of max value = 765). Red value is 173 (67.97% from 255 or 34.12% from 507); Green value is 242 (94.92% from 255 or 47.73% from 507); Blue value is 92 (36.33% from 255 or 18.15% from 507); Max value from RGB is 242 - color contains mainly: green. Hex color #ADF25C is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ADF25C is #520DA3. Grayscale: #CCCCCC. Windows color (decimal): -5377444 or 6091437. OLE color: 6091437.
HSL color Cylindrical-coordinate representation of color #ADF25C: hue angle of 87.6º degrees, saturation: 0.85, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #ADF25C is Cyan = 0.29, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 173 | 242 | 92 | - |
| CMYK | 0.29 | 0 | 0.62 | 0.05 |
| HSL | 87.6º | 0.85% | 0.65% | - |
| HSV(B) | 87.6º | 0.62% | 0.95% | - |
| XYZ | 50.92 | 73.16 | 21.56 | - |
| YUV | 204.27 | 64.64 | 105.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 242 | 92 | 0.29 | 0 | 0.62 | 0.05 | 87.6 | 0.85 | 0.65 |
| Hex | AD | F2 | 5C | 1D | 0 | 3E | 5 | 58 | 55 | 41 |
| Octal | 255 | 362 | 134 | 35 | 0 | 76 | 5 | 130 | 125 | 101 |
| Binary | 10101101 | 11110010 | 1011100 | 11101 | 0 | 111110 | 101 | 1011000 | 1010101 | 1000001 |
Color Harmonies of #ADF25C
Complementary color
Monochromatic Colors of #ADF25C
Black with #ADF25C
Text Example
Text Example
White with #ADF25C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADF25C; }
p { color: rgb(173,242,92); }
H1.HeaderClassName
{
color: #ADF25C;
}
.AnyTagClassName
{
color: #ADF25C;
}
</style>
background-color css
<style>
a { background-color: #ADF25C; }
a { background-color: rgb(173,242,92); }
div.DivClassName
{
background-color: #ADF25C;
}
.BgClassName
{
background-color: #ADF25C;
}
</style>
border-color css
<style>
span { border-color: #ADF25C; }
span { border-color: rgb(173,242,92); }
td.TdClassName
{
border-color: #ADF25C;
}
.TagClassName
{
border-color: #ADF25C;
}
</style>