Shades of Conifer #A1DB67
Tints of Conifer #A1DB67
RGB
CMYK
RGB Variations
Color information
#A1DB67 (or 0xA1DB67) is known color: Conifer. HEX triplet: A1, DB and 67. RGB value is (161,219,103). Sum of RGB (Red+Green+Blue) = 161+219+103=483 (63% of max value = 765). Red value is 161 (63.28% from 255 or 33.33% from 483); Green value is 219 (85.94% from 255 or 45.34% from 483); Blue value is 103 (40.62% from 255 or 21.33% from 483); Max value from RGB is 219 - color contains mainly: green. Hex color #A1DB67 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A1DB67 is #5E2498. Grayscale: #BCBCBC. Windows color (decimal): -6169753 or 6806433. OLE color: 6806433.
HSL color Cylindrical-coordinate representation of color #A1DB67: hue angle of 90º degrees, saturation: 0.62, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #A1DB67 is Cyan = 0.26, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 161 | 219 | 103 | - |
| CMYK | 0.26 | 0 | 0.53 | 0.14 |
| HSL | 90º | 0.62% | 0.63% | - |
| HSV(B) | 90º | 0.53% | 0.86% | - |
| XYZ | 42.48 | 59.22 | 22.02 | - |
| YUV | 188.43 | 79.78 | 108.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 219 | 103 | 0.26 | 0 | 0.53 | 0.14 | 90 | 0.62 | 0.63 |
| Hex | A1 | DB | 67 | 1A | 0 | 35 | E | 5A | 3E | 3F |
| Octal | 241 | 333 | 147 | 32 | 0 | 65 | 16 | 132 | 76 | 77 |
| Binary | 10100001 | 11011011 | 1100111 | 11010 | 0 | 110101 | 1110 | 1011010 | 111110 | 111111 |
Color Harmonies of #A1DB67
Complementary color
Monochromatic Colors of #A1DB67
Black with #A1DB67
Text Example
Text Example
White with #A1DB67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1DB67; }
p { color: rgb(161,219,103); }
H1.HeaderClassName
{
color: #A1DB67;
}
.AnyTagClassName
{
color: #A1DB67;
}
</style>
background-color css
<style>
a { background-color: #A1DB67; }
a { background-color: rgb(161,219,103); }
div.DivClassName
{
background-color: #A1DB67;
}
.BgClassName
{
background-color: #A1DB67;
}
</style>
border-color css
<style>
span { border-color: #A1DB67; }
span { border-color: rgb(161,219,103); }
td.TdClassName
{
border-color: #A1DB67;
}
.TagClassName
{
border-color: #A1DB67;
}
</style>