Shades of Conifer #A1DA4D
Tints of Conifer #A1DA4D
RGB
CMYK
RGB Variations
Color information
#A1DA4D (or 0xA1DA4D) is known color: Conifer. HEX triplet: A1, DA and 4D. RGB value is (161,218,77). Sum of RGB (Red+Green+Blue) = 161+218+77=456 (60% of max value = 765). Red value is 161 (63.28% from 255 or 35.31% from 456); Green value is 218 (85.55% from 255 or 47.81% from 456); Blue value is 77 (30.47% from 255 or 16.89% from 456); Max value from RGB is 218 - color contains mainly: green. Hex color #A1DA4D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A1DA4D is #5E25B2. Grayscale: #B9B9B9. Windows color (decimal): -6170035 or 5102241. OLE color: 5102241.
HSL color Cylindrical-coordinate representation of color #A1DA4D: hue angle of 84.26º degrees, saturation: 0.66, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #A1DA4D is Cyan = 0.26, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.15.
Color convert
RGB | 161 | 218 | 77 | - |
CMYK | 0.26 | 0 | 0.65 | 0.15 |
HSL | 84.26º | 0.66% | 0.58% | - |
HSV(B) | 84.26º | 0.65% | 0.85% | - |
XYZ | 41.11 | 58.26 | 16.1 | - |
YUV | 184.88 | 67.12 | 110.96 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 161 | 218 | 77 | 0.26 | 0 | 0.65 | 0.15 | 84.26 | 0.66 | 0.58 |
Hex | A1 | DA | 4D | 1A | 0 | 41 | F | 54 | 42 | 3A |
Octal | 241 | 332 | 115 | 32 | 0 | 101 | 17 | 124 | 102 | 72 |
Binary | 10100001 | 11011010 | 1001101 | 11010 | 0 | 1000001 | 1111 | 1010100 | 1000010 | 111010 |
Color Harmonies of #A1DA4D
Complementary color
Monochromatic Colors of #A1DA4D
Black with #A1DA4D
Text Example
Text Example
White with #A1DA4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1DA4D; }
p { color: rgb(161,218,77); }
H1.HeaderClassName
{
color: #A1DA4D;
}
.AnyTagClassName
{
color: #A1DA4D;
}
</style>
background-color css
<style>
a { background-color: #A1DA4D; }
a { background-color: rgb(161,218,77); }
div.DivClassName
{
background-color: #A1DA4D;
}
.BgClassName
{
background-color: #A1DA4D;
}
</style>
border-color css
<style>
span { border-color: #A1DA4D; }
span { border-color: rgb(161,218,77); }
td.TdClassName
{
border-color: #A1DA4D;
}
.TagClassName
{
border-color: #A1DA4D;
}
</style>