Shades of Conifer #ABDD6B
Tints of Conifer #ABDD6B
RGB
CMYK
RGB Variations
Color information
#ABDD6B (or 0xABDD6B) is known color: Conifer. HEX triplet: AB, DD and 6B. RGB value is (171,221,107). Sum of RGB (Red+Green+Blue) = 171+221+107=499 (66% of max value = 765). Red value is 171 (67.19% from 255 or 34.27% from 499); Green value is 221 (86.72% from 255 or 44.29% from 499); Blue value is 107 (42.19% from 255 or 21.44% from 499); Max value from RGB is 221 - color contains mainly: green. Hex color #ABDD6B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ABDD6B is #542294. Grayscale: #C1C1C1. Windows color (decimal): -5513877 or 7069099. OLE color: 7069099.
HSL color Cylindrical-coordinate representation of color #ABDD6B: hue angle of 86.32º degrees, saturation: 0.63, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #ABDD6B is Cyan = 0.23, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 171 | 221 | 107 | - |
| CMYK | 0.23 | 0 | 0.52 | 0.13 |
| HSL | 86.32º | 0.63% | 0.64% | - |
| HSV(B) | 86.32º | 0.52% | 0.87% | - |
| XYZ | 45.3 | 61.43 | 23.38 | - |
| YUV | 193.05 | 79.44 | 112.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 221 | 107 | 0.23 | 0 | 0.52 | 0.13 | 86.32 | 0.63 | 0.64 |
| Hex | AB | DD | 6B | 17 | 0 | 34 | D | 56 | 3F | 40 |
| Octal | 253 | 335 | 153 | 27 | 0 | 64 | 15 | 126 | 77 | 100 |
| Binary | 10101011 | 11011101 | 1101011 | 10111 | 0 | 110100 | 1101 | 1010110 | 111111 | 1000000 |
Color Harmonies of #ABDD6B
Complementary color
Monochromatic Colors of #ABDD6B
Black with #ABDD6B
Text Example
Text Example
White with #ABDD6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABDD6B; }
p { color: rgb(171,221,107); }
H1.HeaderClassName
{
color: #ABDD6B;
}
.AnyTagClassName
{
color: #ABDD6B;
}
</style>
background-color css
<style>
a { background-color: #ABDD6B; }
a { background-color: rgb(171,221,107); }
div.DivClassName
{
background-color: #ABDD6B;
}
.BgClassName
{
background-color: #ABDD6B;
}
</style>
border-color css
<style>
span { border-color: #ABDD6B; }
span { border-color: rgb(171,221,107); }
td.TdClassName
{
border-color: #ABDD6B;
}
.TagClassName
{
border-color: #ABDD6B;
}
</style>