Shades of Conifer #A8E75C
Tints of Conifer #A8E75C
RGB
CMYK
RGB Variations
Color information
#A8E75C (or 0xA8E75C) is known color: Conifer. HEX triplet: A8, E7 and 5C. RGB value is (168,231,92). Sum of RGB (Red+Green+Blue) = 168+231+92=491 (65% of max value = 765). Red value is 168 (66.02% from 255 or 34.22% from 491); Green value is 231 (90.62% from 255 or 47.05% from 491); Blue value is 92 (36.33% from 255 or 18.74% from 491); Max value from RGB is 231 - color contains mainly: green. Hex color #A8E75C is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A8E75C is #5718A3. Grayscale: #C4C4C4. Windows color (decimal): -5707940 or 6088616. OLE color: 6088616.
HSL color Cylindrical-coordinate representation of color #A8E75C: hue angle of 87.19º degrees, saturation: 0.74, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A8E75C is Cyan = 0.27, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 168 | 231 | 92 | - |
| CMYK | 0.27 | 0 | 0.60 | 0.09 |
| HSL | 87.19º | 0.74% | 0.63% | - |
| HSV(B) | 87.19º | 0.6% | 0.91% | - |
| XYZ | 46.66 | 66.25 | 20.45 | - |
| YUV | 196.32 | 69.13 | 107.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 231 | 92 | 0.27 | 0 | 0.60 | 0.09 | 87.19 | 0.74 | 0.63 |
| Hex | A8 | E7 | 5C | 1B | 0 | 3C | 9 | 57 | 4A | 3F |
| Octal | 250 | 347 | 134 | 33 | 0 | 74 | 11 | 127 | 112 | 77 |
| Binary | 10101000 | 11100111 | 1011100 | 11011 | 0 | 111100 | 1001 | 1010111 | 1001010 | 111111 |
Color Harmonies of #A8E75C
Complementary color
Monochromatic Colors of #A8E75C
Black with #A8E75C
Text Example
Text Example
White with #A8E75C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8E75C; }
p { color: rgb(168,231,92); }
H1.HeaderClassName
{
color: #A8E75C;
}
.AnyTagClassName
{
color: #A8E75C;
}
</style>
background-color css
<style>
a { background-color: #A8E75C; }
a { background-color: rgb(168,231,92); }
div.DivClassName
{
background-color: #A8E75C;
}
.BgClassName
{
background-color: #A8E75C;
}
</style>
border-color css
<style>
span { border-color: #A8E75C; }
span { border-color: rgb(168,231,92); }
td.TdClassName
{
border-color: #A8E75C;
}
.TagClassName
{
border-color: #A8E75C;
}
</style>