Shades of Conifer #ADDB62
Tints of Conifer #ADDB62
RGB
CMYK
RGB Variations
Color information
#ADDB62 (or 0xADDB62) is known color: Conifer. HEX triplet: AD, DB and 62. RGB value is (173,219,98). Sum of RGB (Red+Green+Blue) = 173+219+98=490 (64% of max value = 765). Red value is 173 (67.97% from 255 or 35.31% from 490); Green value is 219 (85.94% from 255 or 44.69% from 490); Blue value is 98 (38.67% from 255 or 20% from 490); Max value from RGB is 219 - color contains mainly: green. Hex color #ADDB62 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADDB62 is #52249D. Grayscale: #BFBFBF. Windows color (decimal): -5383326 or 6478765. OLE color: 6478765.
HSL color Cylindrical-coordinate representation of color #ADDB62: hue angle of 82.81º degrees, saturation: 0.63, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #ADDB62 is Cyan = 0.21, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.14.
Color convert
RGB | 173 | 219 | 98 | - |
CMYK | 0.21 | 0 | 0.55 | 0.14 |
HSL | 82.81º | 0.63% | 0.62% | - |
HSV(B) | 82.81º | 0.55% | 0.86% | - |
XYZ | 44.77 | 60.43 | 20.86 | - |
YUV | 191.45 | 75.26 | 114.84 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 173 | 219 | 98 | 0.21 | 0 | 0.55 | 0.14 | 82.81 | 0.63 | 0.62 |
Hex | AD | DB | 62 | 15 | 0 | 37 | E | 53 | 3F | 3E |
Octal | 255 | 333 | 142 | 25 | 0 | 67 | 16 | 123 | 77 | 76 |
Binary | 10101101 | 11011011 | 1100010 | 10101 | 0 | 110111 | 1110 | 1010011 | 111111 | 111110 |
Color Harmonies of #ADDB62
Complementary color
Monochromatic Colors of #ADDB62
Black with #ADDB62
Text Example
Text Example
White with #ADDB62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADDB62; }
p { color: rgb(173,219,98); }
H1.HeaderClassName
{
color: #ADDB62;
}
.AnyTagClassName
{
color: #ADDB62;
}
</style>
background-color css
<style>
a { background-color: #ADDB62; }
a { background-color: rgb(173,219,98); }
div.DivClassName
{
background-color: #ADDB62;
}
.BgClassName
{
background-color: #ADDB62;
}
</style>
border-color css
<style>
span { border-color: #ADDB62; }
span { border-color: rgb(173,219,98); }
td.TdClassName
{
border-color: #ADDB62;
}
.TagClassName
{
border-color: #ADDB62;
}
</style>