Shades of Conifer #A1DE65
Tints of Conifer #A1DE65
RGB
CMYK
RGB Variations
Color information
#A1DE65 (or 0xA1DE65) is known color: Conifer. HEX triplet: A1, DE and 65. RGB value is (161,222,101). Sum of RGB (Red+Green+Blue) = 161+222+101=484 (64% of max value = 765). Red value is 161 (63.28% from 255 or 33.26% from 484); Green value is 222 (87.11% from 255 or 45.87% from 484); Blue value is 101 (39.84% from 255 or 20.87% from 484); Max value from RGB is 222 - color contains mainly: green. Hex color #A1DE65 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A1DE65 is #5E219A. Grayscale: #BEBEBE. Windows color (decimal): -6168987 or 6676129. OLE color: 6676129.
HSL color Cylindrical-coordinate representation of color #A1DE65: hue angle of 90.25º degrees, saturation: 0.65, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A1DE65 is Cyan = 0.27, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 161 | 222 | 101 | - |
| CMYK | 0.27 | 0 | 0.55 | 0.13 |
| HSL | 90.25º | 0.65% | 0.63% | - |
| HSV(B) | 90.25º | 0.55% | 0.87% | - |
| XYZ | 43.17 | 60.76 | 21.76 | - |
| YUV | 189.97 | 77.79 | 107.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 222 | 101 | 0.27 | 0 | 0.55 | 0.13 | 90.25 | 0.65 | 0.63 |
| Hex | A1 | DE | 65 | 1B | 0 | 37 | D | 5A | 41 | 3F |
| Octal | 241 | 336 | 145 | 33 | 0 | 67 | 15 | 132 | 101 | 77 |
| Binary | 10100001 | 11011110 | 1100101 | 11011 | 0 | 110111 | 1101 | 1011010 | 1000001 | 111111 |
Color Harmonies of #A1DE65
Complementary color
Monochromatic Colors of #A1DE65
Black with #A1DE65
Text Example
Text Example
White with #A1DE65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1DE65; }
p { color: rgb(161,222,101); }
H1.HeaderClassName
{
color: #A1DE65;
}
.AnyTagClassName
{
color: #A1DE65;
}
</style>
background-color css
<style>
a { background-color: #A1DE65; }
a { background-color: rgb(161,222,101); }
div.DivClassName
{
background-color: #A1DE65;
}
.BgClassName
{
background-color: #A1DE65;
}
</style>
border-color css
<style>
span { border-color: #A1DE65; }
span { border-color: rgb(161,222,101); }
td.TdClassName
{
border-color: #A1DE65;
}
.TagClassName
{
border-color: #A1DE65;
}
</style>