Shades of Conifer #ADFA64
Tints of Conifer #ADFA64
RGB
CMYK
RGB Variations
Color information
#ADFA64 (or 0xADFA64) is known color: Conifer. HEX triplet: AD, FA and 64. RGB value is (173,250,100). Sum of RGB (Red+Green+Blue) = 173+250+100=523 (69% of max value = 765). Red value is 173 (67.97% from 255 or 33.08% from 523); Green value is 250 (98.05% from 255 or 47.80% from 523); Blue value is 100 (39.45% from 255 or 19.12% from 523); Max value from RGB is 250 - color contains mainly: green. Hex color #ADFA64 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ADFA64 is #52059B. Grayscale: #D2D2D2. Windows color (decimal): -5375388 or 6617773. OLE color: 6617773.
HSL color Cylindrical-coordinate representation of color #ADFA64: hue angle of 90.8º degrees, saturation: 0.94, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #ADFA64 is Cyan = 0.31, Magento = 0, Yellow = 0.6 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 173 | 250 | 100 | - |
| CMYK | 0.31 | 0 | 0.6 | 0.02 |
| HSL | 90.8º | 0.94% | 0.69% | - |
| HSV(B) | 90.8º | 0.6% | 0.98% | - |
| XYZ | 53.72 | 78.18 | 24.31 | - |
| YUV | 209.88 | 65.99 | 101.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 250 | 100 | 0.31 | 0 | 0.6 | 0.02 | 90.8 | 0.94 | 0.69 |
| Hex | AD | FA | 64 | 1F | 0 | 3C | 2 | 5B | 5E | 45 |
| Octal | 255 | 372 | 144 | 37 | 0 | 74 | 2 | 133 | 136 | 105 |
| Binary | 10101101 | 11111010 | 1100100 | 11111 | 0 | 111100 | 10 | 1011011 | 1011110 | 1000101 |
Color Harmonies of #ADFA64
Complementary color
Monochromatic Colors of #ADFA64
Black with #ADFA64
Text Example
Text Example
White with #ADFA64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADFA64; }
p { color: rgb(173,250,100); }
H1.HeaderClassName
{
color: #ADFA64;
}
.AnyTagClassName
{
color: #ADFA64;
}
</style>
background-color css
<style>
a { background-color: #ADFA64; }
a { background-color: rgb(173,250,100); }
div.DivClassName
{
background-color: #ADFA64;
}
.BgClassName
{
background-color: #ADFA64;
}
</style>
border-color css
<style>
span { border-color: #ADFA64; }
span { border-color: rgb(173,250,100); }
td.TdClassName
{
border-color: #ADFA64;
}
.TagClassName
{
border-color: #ADFA64;
}
</style>