Shades of Conifer #ADF754
Tints of Conifer #ADF754
RGB
CMYK
RGB Variations
Color information
#ADF754 (or 0xADF754) is known color: Conifer. HEX triplet: AD, F7 and 54. RGB value is (173,247,84). Sum of RGB (Red+Green+Blue) = 173+247+84=504 (66% of max value = 765). Red value is 173 (67.97% from 255 or 34.33% from 504); Green value is 247 (96.88% from 255 or 49.01% from 504); Blue value is 84 (33.20% from 255 or 16.67% from 504); Max value from RGB is 247 - color contains mainly: green. Hex color #ADF754 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ADF754 is #5208AB. Grayscale: #CECECE. Windows color (decimal): -5376172 or 5568429. OLE color: 5568429.
HSL color Cylindrical-coordinate representation of color #ADF754: hue angle of 87.24º degrees, saturation: 0.91, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #ADF754 is Cyan = 0.30, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 173 | 247 | 84 | - |
| CMYK | 0.30 | 0 | 0.66 | 0.03 |
| HSL | 87.24º | 0.91% | 0.65% | - |
| HSV(B) | 87.24º | 0.66% | 0.97% | - |
| XYZ | 52.09 | 76.05 | 20.32 | - |
| YUV | 206.29 | 58.98 | 104.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 247 | 84 | 0.30 | 0 | 0.66 | 0.03 | 87.24 | 0.91 | 0.65 |
| Hex | AD | F7 | 54 | 1E | 0 | 42 | 3 | 57 | 5B | 41 |
| Octal | 255 | 367 | 124 | 36 | 0 | 102 | 3 | 127 | 133 | 101 |
| Binary | 10101101 | 11110111 | 1010100 | 11110 | 0 | 1000010 | 11 | 1010111 | 1011011 | 1000001 |
Color Harmonies of #ADF754
Complementary color
Monochromatic Colors of #ADF754
Black with #ADF754
Text Example
Text Example
White with #ADF754
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADF754; }
p { color: rgb(173,247,84); }
H1.HeaderClassName
{
color: #ADF754;
}
.AnyTagClassName
{
color: #ADF754;
}
</style>
background-color css
<style>
a { background-color: #ADF754; }
a { background-color: rgb(173,247,84); }
div.DivClassName
{
background-color: #ADF754;
}
.BgClassName
{
background-color: #ADF754;
}
</style>
border-color css
<style>
span { border-color: #ADF754; }
span { border-color: rgb(173,247,84); }
td.TdClassName
{
border-color: #ADF754;
}
.TagClassName
{
border-color: #ADF754;
}
</style>