Shades of Conifer #A0E34B
Tints of Conifer #A0E34B
RGB
CMYK
RGB Variations
Color information
#A0E34B (or 0xA0E34B) is known color: Conifer. HEX triplet: A0, E3 and 4B. RGB value is (160,227,75). Sum of RGB (Red+Green+Blue) = 160+227+75=462 (61% of max value = 765). Red value is 160 (62.89% from 255 or 34.63% from 462); Green value is 227 (89.06% from 255 or 49.13% from 462); Blue value is 75 (29.69% from 255 or 16.23% from 462); Max value from RGB is 227 - color contains mainly: green. Hex color #A0E34B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A0E34B is #5F1CB4. Grayscale: #BEBEBE. Windows color (decimal): -6233269 or 4973472. OLE color: 4973472.
HSL color Cylindrical-coordinate representation of color #A0E34B: hue angle of 86.45º degrees, saturation: 0.73, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #A0E34B is Cyan = 0.30, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 160 | 227 | 75 | - |
| CMYK | 0.30 | 0 | 0.67 | 0.11 |
| HSL | 86.45º | 0.73% | 0.59% | - |
| HSV(B) | 86.45º | 0.67% | 0.89% | - |
| XYZ | 43.24 | 62.92 | 16.52 | - |
| YUV | 189.64 | 63.3 | 106.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 227 | 75 | 0.30 | 0 | 0.67 | 0.11 | 86.45 | 0.73 | 0.59 |
| Hex | A0 | E3 | 4B | 1E | 0 | 43 | B | 56 | 49 | 3B |
| Octal | 240 | 343 | 113 | 36 | 0 | 103 | 13 | 126 | 111 | 73 |
| Binary | 10100000 | 11100011 | 1001011 | 11110 | 0 | 1000011 | 1011 | 1010110 | 1001001 | 111011 |
Color Harmonies of #A0E34B
Complementary color
Monochromatic Colors of #A0E34B
Black with #A0E34B
Text Example
Text Example
White with #A0E34B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0E34B; }
p { color: rgb(160,227,75); }
H1.HeaderClassName
{
color: #A0E34B;
}
.AnyTagClassName
{
color: #A0E34B;
}
</style>
background-color css
<style>
a { background-color: #A0E34B; }
a { background-color: rgb(160,227,75); }
div.DivClassName
{
background-color: #A0E34B;
}
.BgClassName
{
background-color: #A0E34B;
}
</style>
border-color css
<style>
span { border-color: #A0E34B; }
span { border-color: rgb(160,227,75); }
td.TdClassName
{
border-color: #A0E34B;
}
.TagClassName
{
border-color: #A0E34B;
}
</style>