Shades of Conifer #ADDF5A
Tints of Conifer #ADDF5A
RGB
CMYK
RGB Variations
Color information
#ADDF5A (or 0xADDF5A) is known color: Conifer. HEX triplet: AD, DF and 5A. RGB value is (173,223,90). Sum of RGB (Red+Green+Blue) = 173+223+90=486 (64% of max value = 765). Red value is 173 (67.97% from 255 or 35.60% from 486); Green value is 223 (87.5% from 255 or 45.88% from 486); Blue value is 90 (35.55% from 255 or 18.52% from 486); Max value from RGB is 223 - color contains mainly: green. Hex color #ADDF5A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADDF5A is #5220A5. Grayscale: #C1C1C1. Windows color (decimal): -5382310 or 5955501. OLE color: 5955501.
HSL color Cylindrical-coordinate representation of color #ADDF5A: hue angle of 82.56º degrees, saturation: 0.68, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #ADDF5A is Cyan = 0.22, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 173 | 223 | 90 | - |
| CMYK | 0.22 | 0 | 0.60 | 0.13 |
| HSL | 82.56º | 0.68% | 0.61% | - |
| HSV(B) | 82.56º | 0.6% | 0.87% | - |
| XYZ | 45.47 | 62.4 | 19.32 | - |
| YUV | 192.89 | 69.94 | 113.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 223 | 90 | 0.22 | 0 | 0.60 | 0.13 | 82.56 | 0.68 | 0.61 |
| Hex | AD | DF | 5A | 16 | 0 | 3C | D | 53 | 44 | 3D |
| Octal | 255 | 337 | 132 | 26 | 0 | 74 | 15 | 123 | 104 | 75 |
| Binary | 10101101 | 11011111 | 1011010 | 10110 | 0 | 111100 | 1101 | 1010011 | 1000100 | 111101 |
Color Harmonies of #ADDF5A
Complementary color
Monochromatic Colors of #ADDF5A
Black with #ADDF5A
Text Example
Text Example
White with #ADDF5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADDF5A; }
p { color: rgb(173,223,90); }
H1.HeaderClassName
{
color: #ADDF5A;
}
.AnyTagClassName
{
color: #ADDF5A;
}
</style>
background-color css
<style>
a { background-color: #ADDF5A; }
a { background-color: rgb(173,223,90); }
div.DivClassName
{
background-color: #ADDF5A;
}
.BgClassName
{
background-color: #ADDF5A;
}
</style>
border-color css
<style>
span { border-color: #ADDF5A; }
span { border-color: rgb(173,223,90); }
td.TdClassName
{
border-color: #ADDF5A;
}
.TagClassName
{
border-color: #ADDF5A;
}
</style>