Shades of Conifer #ADF452
Tints of Conifer #ADF452
RGB
CMYK
RGB Variations
Color information
#ADF452 (or 0xADF452) is known color: Conifer. HEX triplet: AD, F4 and 52. RGB value is (173,244,82). Sum of RGB (Red+Green+Blue) = 173+244+82=499 (66% of max value = 765). Red value is 173 (67.97% from 255 or 34.67% from 499); Green value is 244 (95.70% from 255 or 48.90% from 499); Blue value is 82 (32.42% from 255 or 16.43% from 499); Max value from RGB is 244 - color contains mainly: green. Hex color #ADF452 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ADF452 is #520BAD. Grayscale: #CCCCCC. Windows color (decimal): -5376942 or 5436589. OLE color: 5436589.
HSL color Cylindrical-coordinate representation of color #ADF452: hue angle of 86.3º degrees, saturation: 0.88, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #ADF452 is Cyan = 0.29, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 173 | 244 | 82 | - |
| CMYK | 0.29 | 0 | 0.66 | 0.04 |
| HSL | 86.3º | 0.88% | 0.64% | - |
| HSV(B) | 86.3º | 0.66% | 0.96% | - |
| XYZ | 51.11 | 74.19 | 19.61 | - |
| YUV | 204.3 | 58.98 | 105.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 244 | 82 | 0.29 | 0 | 0.66 | 0.04 | 86.3 | 0.88 | 0.64 |
| Hex | AD | F4 | 52 | 1D | 0 | 42 | 4 | 56 | 58 | 40 |
| Octal | 255 | 364 | 122 | 35 | 0 | 102 | 4 | 126 | 130 | 100 |
| Binary | 10101101 | 11110100 | 1010010 | 11101 | 0 | 1000010 | 100 | 1010110 | 1011000 | 1000000 |
Color Harmonies of #ADF452
Complementary color
Monochromatic Colors of #ADF452
Black with #ADF452
Text Example
Text Example
White with #ADF452
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADF452; }
p { color: rgb(173,244,82); }
H1.HeaderClassName
{
color: #ADF452;
}
.AnyTagClassName
{
color: #ADF452;
}
</style>
background-color css
<style>
a { background-color: #ADF452; }
a { background-color: rgb(173,244,82); }
div.DivClassName
{
background-color: #ADF452;
}
.BgClassName
{
background-color: #ADF452;
}
</style>
border-color css
<style>
span { border-color: #ADF452; }
span { border-color: rgb(173,244,82); }
td.TdClassName
{
border-color: #ADF452;
}
.TagClassName
{
border-color: #ADF452;
}
</style>