Shades of Conifer #A0E666
Tints of Conifer #A0E666
RGB
CMYK
RGB Variations
Color information
#A0E666 (or 0xA0E666) is known color: Conifer. HEX triplet: A0, E6 and 66. RGB value is (160,230,102). Sum of RGB (Red+Green+Blue) = 160+230+102=492 (65% of max value = 765). Red value is 160 (62.89% from 255 or 32.52% from 492); Green value is 230 (90.23% from 255 or 46.75% from 492); Blue value is 102 (40.23% from 255 or 20.73% from 492); Max value from RGB is 230 - color contains mainly: green. Hex color #A0E666 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A0E666 is #5F1999. Grayscale: #C2C2C2. Windows color (decimal): -6232474 or 6743712. OLE color: 6743712.
HSL color Cylindrical-coordinate representation of color #A0E666: hue angle of 92.81º degrees, saturation: 0.72, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A0E666 is Cyan = 0.30, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 160 | 230 | 102 | - |
| CMYK | 0.30 | 0 | 0.56 | 0.10 |
| HSL | 92.81º | 0.72% | 0.65% | - |
| HSV(B) | 92.81º | 0.56% | 0.9% | - |
| XYZ | 45.19 | 65.03 | 22.74 | - |
| YUV | 194.48 | 75.81 | 103.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 230 | 102 | 0.30 | 0 | 0.56 | 0.10 | 92.81 | 0.72 | 0.65 |
| Hex | A0 | E6 | 66 | 1E | 0 | 38 | A | 5D | 48 | 41 |
| Octal | 240 | 346 | 146 | 36 | 0 | 70 | 12 | 135 | 110 | 101 |
| Binary | 10100000 | 11100110 | 1100110 | 11110 | 0 | 111000 | 1010 | 1011101 | 1001000 | 1000001 |
Color Harmonies of #A0E666
Complementary color
Monochromatic Colors of #A0E666
Black with #A0E666
Text Example
Text Example
White with #A0E666
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0E666; }
p { color: rgb(160,230,102); }
H1.HeaderClassName
{
color: #A0E666;
}
.AnyTagClassName
{
color: #A0E666;
}
</style>
background-color css
<style>
a { background-color: #A0E666; }
a { background-color: rgb(160,230,102); }
div.DivClassName
{
background-color: #A0E666;
}
.BgClassName
{
background-color: #A0E666;
}
</style>
border-color css
<style>
span { border-color: #A0E666; }
span { border-color: rgb(160,230,102); }
td.TdClassName
{
border-color: #A0E666;
}
.TagClassName
{
border-color: #A0E666;
}
</style>