Shades of Conifer #A8E75A
Tints of Conifer #A8E75A
RGB
CMYK
RGB Variations
Color information
#A8E75A (or 0xA8E75A) is known color: Conifer. HEX triplet: A8, E7 and 5A. RGB value is (168,231,90). Sum of RGB (Red+Green+Blue) = 168+231+90=489 (64% of max value = 765). Red value is 168 (66.02% from 255 or 34.36% from 489); Green value is 231 (90.62% from 255 or 47.24% from 489); Blue value is 90 (35.55% from 255 or 18.40% from 489); Max value from RGB is 231 - color contains mainly: green. Hex color #A8E75A is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A8E75A is #5718A5. Grayscale: #C4C4C4. Windows color (decimal): -5707942 or 5957544. OLE color: 5957544.
HSL color Cylindrical-coordinate representation of color #A8E75A: hue angle of 86.81º degrees, saturation: 0.75, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #A8E75A is Cyan = 0.27, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 168 | 231 | 90 | - |
| CMYK | 0.27 | 0 | 0.61 | 0.09 |
| HSL | 86.81º | 0.75% | 0.63% | - |
| HSV(B) | 86.81º | 0.61% | 0.91% | - |
| XYZ | 46.57 | 66.21 | 20 | - |
| YUV | 196.09 | 68.13 | 107.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 231 | 90 | 0.27 | 0 | 0.61 | 0.09 | 86.81 | 0.75 | 0.63 |
| Hex | A8 | E7 | 5A | 1B | 0 | 3D | 9 | 57 | 4B | 3F |
| Octal | 250 | 347 | 132 | 33 | 0 | 75 | 11 | 127 | 113 | 77 |
| Binary | 10101000 | 11100111 | 1011010 | 11011 | 0 | 111101 | 1001 | 1010111 | 1001011 | 111111 |
Color Harmonies of #A8E75A
Complementary color
Monochromatic Colors of #A8E75A
Black with #A8E75A
Text Example
Text Example
White with #A8E75A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8E75A; }
p { color: rgb(168,231,90); }
H1.HeaderClassName
{
color: #A8E75A;
}
.AnyTagClassName
{
color: #A8E75A;
}
</style>
background-color css
<style>
a { background-color: #A8E75A; }
a { background-color: rgb(168,231,90); }
div.DivClassName
{
background-color: #A8E75A;
}
.BgClassName
{
background-color: #A8E75A;
}
</style>
border-color css
<style>
span { border-color: #A8E75A; }
span { border-color: rgb(168,231,90); }
td.TdClassName
{
border-color: #A8E75A;
}
.TagClassName
{
border-color: #A8E75A;
}
</style>