Shades of Conifer #ADF15C
Tints of Conifer #ADF15C
RGB
CMYK
RGB Variations
Color information
#ADF15C (or 0xADF15C) is known color: Conifer. HEX triplet: AD, F1 and 5C. RGB value is (173,241,92). Sum of RGB (Red+Green+Blue) = 173+241+92=506 (67% of max value = 765). Red value is 173 (67.97% from 255 or 34.19% from 506); Green value is 241 (94.53% from 255 or 47.63% from 506); Blue value is 92 (36.33% from 255 or 18.18% from 506); Max value from RGB is 241 - color contains mainly: green. Hex color #ADF15C is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ADF15C is #520EA3. Grayscale: #CCCCCC. Windows color (decimal): -5377700 or 6091181. OLE color: 6091181.
HSL color Cylindrical-coordinate representation of color #ADF15C: hue angle of 87.38º degrees, saturation: 0.84, 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 #ADF15C is Cyan = 0.28, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 173 | 241 | 92 | - |
| CMYK | 0.28 | 0 | 0.62 | 0.05 |
| HSL | 87.38º | 0.84% | 0.65% | - |
| HSV(B) | 87.38º | 0.62% | 0.95% | - |
| XYZ | 50.62 | 72.57 | 21.46 | - |
| YUV | 203.68 | 64.97 | 106.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 241 | 92 | 0.28 | 0 | 0.62 | 0.05 | 87.38 | 0.84 | 0.65 |
| Hex | AD | F1 | 5C | 1C | 0 | 3E | 5 | 57 | 54 | 41 |
| Octal | 255 | 361 | 134 | 34 | 0 | 76 | 5 | 127 | 124 | 101 |
| Binary | 10101101 | 11110001 | 1011100 | 11100 | 0 | 111110 | 101 | 1010111 | 1010100 | 1000001 |
Color Harmonies of #ADF15C
Complementary color
Monochromatic Colors of #ADF15C
Black with #ADF15C
Text Example
Text Example
White with #ADF15C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADF15C; }
p { color: rgb(173,241,92); }
H1.HeaderClassName
{
color: #ADF15C;
}
.AnyTagClassName
{
color: #ADF15C;
}
</style>
background-color css
<style>
a { background-color: #ADF15C; }
a { background-color: rgb(173,241,92); }
div.DivClassName
{
background-color: #ADF15C;
}
.BgClassName
{
background-color: #ADF15C;
}
</style>
border-color css
<style>
span { border-color: #ADF15C; }
span { border-color: rgb(173,241,92); }
td.TdClassName
{
border-color: #ADF15C;
}
.TagClassName
{
border-color: #ADF15C;
}
</style>