Shades of Conifer #A0E74B
Tints of Conifer #A0E74B
RGB
CMYK
RGB Variations
Color information
#A0E74B (or 0xA0E74B) is known color: Conifer. HEX triplet: A0, E7 and 4B. RGB value is (160,231,75). Sum of RGB (Red+Green+Blue) = 160+231+75=466 (61% of max value = 765). Red value is 160 (62.89% from 255 or 34.33% from 466); Green value is 231 (90.62% from 255 or 49.57% from 466); Blue value is 75 (29.69% from 255 or 16.09% from 466); Max value from RGB is 231 - color contains mainly: green. Hex color #A0E74B is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #A0E74B is #5F18B4. Grayscale: #C0C0C0. Windows color (decimal): -6232245 or 4974496. OLE color: 4974496.
HSL color Cylindrical-coordinate representation of color #A0E74B: hue angle of 87.31º degrees, saturation: 0.76, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #A0E74B is Cyan = 0.31, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 160 | 231 | 75 | - |
| CMYK | 0.31 | 0 | 0.68 | 0.09 |
| HSL | 87.31º | 0.76% | 0.6% | - |
| HSV(B) | 87.31º | 0.68% | 0.91% | - |
| XYZ | 44.34 | 65.13 | 16.89 | - |
| YUV | 191.99 | 61.98 | 105.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 231 | 75 | 0.31 | 0 | 0.68 | 0.09 | 87.31 | 0.76 | 0.6 |
| Hex | A0 | E7 | 4B | 1F | 0 | 44 | 9 | 57 | 4C | 3C |
| Octal | 240 | 347 | 113 | 37 | 0 | 104 | 11 | 127 | 114 | 74 |
| Binary | 10100000 | 11100111 | 1001011 | 11111 | 0 | 1000100 | 1001 | 1010111 | 1001100 | 111100 |
Color Harmonies of #A0E74B
Complementary color
Monochromatic Colors of #A0E74B
Black with #A0E74B
Text Example
Text Example
White with #A0E74B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0E74B; }
p { color: rgb(160,231,75); }
H1.HeaderClassName
{
color: #A0E74B;
}
.AnyTagClassName
{
color: #A0E74B;
}
</style>
background-color css
<style>
a { background-color: #A0E74B; }
a { background-color: rgb(160,231,75); }
div.DivClassName
{
background-color: #A0E74B;
}
.BgClassName
{
background-color: #A0E74B;
}
</style>
border-color css
<style>
span { border-color: #A0E74B; }
span { border-color: rgb(160,231,75); }
td.TdClassName
{
border-color: #A0E74B;
}
.TagClassName
{
border-color: #A0E74B;
}
</style>