Shades of Conifer #ADDC3F
Tints of Conifer #ADDC3F
RGB
CMYK
RGB Variations
Color information
#ADDC3F (or 0xADDC3F) is known color: Conifer. HEX triplet: AD, DC and 3F. RGB value is (173,220,63). Sum of RGB (Red+Green+Blue) = 173+220+63=456 (60% of max value = 765). Red value is 173 (67.97% from 255 or 37.94% from 456); Green value is 220 (86.33% from 255 or 48.25% from 456); Blue value is 63 (25% from 255 or 13.82% from 456); Max value from RGB is 220 - color contains mainly: green. Hex color #ADDC3F is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADDC3F is #5223C0. Grayscale: #BCBCBC. Windows color (decimal): -5383105 or 4185261. OLE color: 4185261.
HSL color Cylindrical-coordinate representation of color #ADDC3F: hue angle of 77.96º degrees, saturation: 0.69, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #ADDC3F is Cyan = 0.21, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 173 | 220 | 63 | - |
| CMYK | 0.21 | 0 | 0.71 | 0.14 |
| HSL | 77.96º | 0.69% | 0.55% | - |
| HSV(B) | 77.96º | 0.71% | 0.86% | - |
| XYZ | 43.72 | 60.43 | 14.06 | - |
| YUV | 188.05 | 57.43 | 117.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 220 | 63 | 0.21 | 0 | 0.71 | 0.14 | 77.96 | 0.69 | 0.55 |
| Hex | AD | DC | 3F | 15 | 0 | 47 | E | 4E | 45 | 37 |
| Octal | 255 | 334 | 77 | 25 | 0 | 107 | 16 | 116 | 105 | 67 |
| Binary | 10101101 | 11011100 | 111111 | 10101 | 0 | 1000111 | 1110 | 1001110 | 1000101 | 110111 |
Color Harmonies of #ADDC3F
Complementary color
Monochromatic Colors of #ADDC3F
Black with #ADDC3F
Text Example
Text Example
White with #ADDC3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADDC3F; }
p { color: rgb(173,220,63); }
H1.HeaderClassName
{
color: #ADDC3F;
}
.AnyTagClassName
{
color: #ADDC3F;
}
</style>
background-color css
<style>
a { background-color: #ADDC3F; }
a { background-color: rgb(173,220,63); }
div.DivClassName
{
background-color: #ADDC3F;
}
.BgClassName
{
background-color: #ADDC3F;
}
</style>
border-color css
<style>
span { border-color: #ADDC3F; }
span { border-color: rgb(173,220,63); }
td.TdClassName
{
border-color: #ADDC3F;
}
.TagClassName
{
border-color: #ADDC3F;
}
</style>