Shades of Conifer #A8EE64
Tints of Conifer #A8EE64
RGB
CMYK
RGB Variations
Color information
#A8EE64 (or 0xA8EE64) is known color: Conifer. HEX triplet: A8, EE and 64. RGB value is (168,238,100). Sum of RGB (Red+Green+Blue) = 168+238+100=506 (67% of max value = 765). Red value is 168 (66.02% from 255 or 33.20% from 506); Green value is 238 (93.36% from 255 or 47.04% from 506); Blue value is 100 (39.45% from 255 or 19.76% from 506); Max value from RGB is 238 - color contains mainly: green. Hex color #A8EE64 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A8EE64 is #57119B. Grayscale: #C9C9C9. Windows color (decimal): -5706140 or 6614696. OLE color: 6614696.
HSL color Cylindrical-coordinate representation of color #A8EE64: hue angle of 90.43º degrees, saturation: 0.8, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #A8EE64 is Cyan = 0.29, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 168 | 238 | 100 | - |
| CMYK | 0.29 | 0 | 0.58 | 0.07 |
| HSL | 90.43º | 0.8% | 0.66% | - |
| HSV(B) | 90.43º | 0.58% | 0.93% | - |
| XYZ | 49.02 | 70.39 | 23.06 | - |
| YUV | 201.34 | 70.81 | 104.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 238 | 100 | 0.29 | 0 | 0.58 | 0.07 | 90.43 | 0.8 | 0.66 |
| Hex | A8 | EE | 64 | 1D | 0 | 3A | 7 | 5A | 50 | 42 |
| Octal | 250 | 356 | 144 | 35 | 0 | 72 | 7 | 132 | 120 | 102 |
| Binary | 10101000 | 11101110 | 1100100 | 11101 | 0 | 111010 | 111 | 1011010 | 1010000 | 1000010 |
Color Harmonies of #A8EE64
Complementary color
Monochromatic Colors of #A8EE64
Black with #A8EE64
Text Example
Text Example
White with #A8EE64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8EE64; }
p { color: rgb(168,238,100); }
H1.HeaderClassName
{
color: #A8EE64;
}
.AnyTagClassName
{
color: #A8EE64;
}
</style>
background-color css
<style>
a { background-color: #A8EE64; }
a { background-color: rgb(168,238,100); }
div.DivClassName
{
background-color: #A8EE64;
}
.BgClassName
{
background-color: #A8EE64;
}
</style>
border-color css
<style>
span { border-color: #A8EE64; }
span { border-color: rgb(168,238,100); }
td.TdClassName
{
border-color: #A8EE64;
}
.TagClassName
{
border-color: #A8EE64;
}
</style>