Shades of Conifer #ADF658
Tints of Conifer #ADF658
RGB
CMYK
RGB Variations
Color information
#ADF658 (or 0xADF658) is known color: Conifer. HEX triplet: AD, F6 and 58. RGB value is (173,246,88). Sum of RGB (Red+Green+Blue) = 173+246+88=507 (67% of max value = 765). Red value is 173 (67.97% from 255 or 34.12% from 507); Green value is 246 (96.48% from 255 or 48.52% from 507); Blue value is 88 (34.77% from 255 or 17.36% from 507); Max value from RGB is 246 - color contains mainly: green. Hex color #ADF658 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ADF658 is #5209A7. Grayscale: #CECECE. Windows color (decimal): -5376424 or 5830317. OLE color: 5830317.
HSL color Cylindrical-coordinate representation of color #ADF658: hue angle of 87.72º degrees, saturation: 0.9, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #ADF658 is Cyan = 0.30, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 173 | 246 | 88 | - |
| CMYK | 0.30 | 0 | 0.64 | 0.04 |
| HSL | 87.72º | 0.9% | 0.65% | - |
| HSV(B) | 87.72º | 0.64% | 0.96% | - |
| XYZ | 51.95 | 75.5 | 21.07 | - |
| YUV | 206.16 | 61.32 | 104.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 246 | 88 | 0.30 | 0 | 0.64 | 0.04 | 87.72 | 0.9 | 0.65 |
| Hex | AD | F6 | 58 | 1E | 0 | 40 | 4 | 58 | 5A | 41 |
| Octal | 255 | 366 | 130 | 36 | 0 | 100 | 4 | 130 | 132 | 101 |
| Binary | 10101101 | 11110110 | 1011000 | 11110 | 0 | 1000000 | 100 | 1011000 | 1011010 | 1000001 |
Color Harmonies of #ADF658
Complementary color
Monochromatic Colors of #ADF658
Black with #ADF658
Text Example
Text Example
White with #ADF658
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADF658; }
p { color: rgb(173,246,88); }
H1.HeaderClassName
{
color: #ADF658;
}
.AnyTagClassName
{
color: #ADF658;
}
</style>
background-color css
<style>
a { background-color: #ADF658; }
a { background-color: rgb(173,246,88); }
div.DivClassName
{
background-color: #ADF658;
}
.BgClassName
{
background-color: #ADF658;
}
</style>
border-color css
<style>
span { border-color: #ADF658; }
span { border-color: rgb(173,246,88); }
td.TdClassName
{
border-color: #ADF658;
}
.TagClassName
{
border-color: #ADF658;
}
</style>