Shades of Conifer #ADFB5A
Tints of Conifer #ADFB5A
RGB
CMYK
RGB Variations
Color information
#ADFB5A (or 0xADFB5A) is known color: Conifer. HEX triplet: AD, FB and 5A. RGB value is (173,251,90). Sum of RGB (Red+Green+Blue) = 173+251+90=514 (68% of max value = 765). Red value is 173 (67.97% from 255 or 33.66% from 514); Green value is 251 (98.44% from 255 or 48.83% from 514); Blue value is 90 (35.55% from 255 or 17.51% from 514); Max value from RGB is 251 - color contains mainly: green. Hex color #ADFB5A is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ADFB5A is #5204A5. Grayscale: #D1D1D1. Windows color (decimal): -5375142 or 5962669. OLE color: 5962669.
HSL color Cylindrical-coordinate representation of color #ADFB5A: hue angle of 89.07º degrees, saturation: 0.95, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #ADFB5A is Cyan = 0.31, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 173 | 251 | 90 | - |
| CMYK | 0.31 | 0 | 0.64 | 0.02 |
| HSL | 89.07º | 0.95% | 0.67% | - |
| HSV(B) | 89.07º | 0.64% | 0.98% | - |
| XYZ | 53.58 | 78.62 | 22.02 | - |
| YUV | 209.32 | 60.66 | 102.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 251 | 90 | 0.31 | 0 | 0.64 | 0.02 | 89.07 | 0.95 | 0.67 |
| Hex | AD | FB | 5A | 1F | 0 | 40 | 2 | 59 | 5F | 43 |
| Octal | 255 | 373 | 132 | 37 | 0 | 100 | 2 | 131 | 137 | 103 |
| Binary | 10101101 | 11111011 | 1011010 | 11111 | 0 | 1000000 | 10 | 1011001 | 1011111 | 1000011 |
Color Harmonies of #ADFB5A
Complementary color
Monochromatic Colors of #ADFB5A
Black with #ADFB5A
Text Example
Text Example
White with #ADFB5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADFB5A; }
p { color: rgb(173,251,90); }
H1.HeaderClassName
{
color: #ADFB5A;
}
.AnyTagClassName
{
color: #ADFB5A;
}
</style>
background-color css
<style>
a { background-color: #ADFB5A; }
a { background-color: rgb(173,251,90); }
div.DivClassName
{
background-color: #ADFB5A;
}
.BgClassName
{
background-color: #ADFB5A;
}
</style>
border-color css
<style>
span { border-color: #ADFB5A; }
span { border-color: rgb(173,251,90); }
td.TdClassName
{
border-color: #ADFB5A;
}
.TagClassName
{
border-color: #ADFB5A;
}
</style>