Shades of Conifer #A8EC64
Tints of Conifer #A8EC64
RGB
CMYK
RGB Variations
Color information
#A8EC64 (or 0xA8EC64) is known color: Conifer. HEX triplet: A8, EC and 64. RGB value is (168,236,100). Sum of RGB (Red+Green+Blue) = 168+236+100=504 (66% of max value = 765). Red value is 168 (66.02% from 255 or 33.33% from 504); Green value is 236 (92.58% from 255 or 46.83% from 504); Blue value is 100 (39.45% from 255 or 19.84% from 504); Max value from RGB is 236 - color contains mainly: green. Hex color #A8EC64 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A8EC64 is #57139B. Grayscale: #C8C8C8. Windows color (decimal): -5706652 or 6614184. OLE color: 6614184.
HSL color Cylindrical-coordinate representation of color #A8EC64: hue angle of 90º degrees, saturation: 0.78, 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 #A8EC64 is Cyan = 0.29, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.07.
Color convert
RGB | 168 | 236 | 100 | - |
CMYK | 0.29 | 0 | 0.58 | 0.07 |
HSL | 90º | 0.78% | 0.66% | - |
HSV(B) | 90º | 0.58% | 0.93% | - |
XYZ | 48.44 | 69.24 | 22.87 | - |
YUV | 200.16 | 71.47 | 105.06 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 168 | 236 | 100 | 0.29 | 0 | 0.58 | 0.07 | 90 | 0.78 | 0.66 |
Hex | A8 | EC | 64 | 1D | 0 | 3A | 7 | 5A | 4E | 42 |
Octal | 250 | 354 | 144 | 35 | 0 | 72 | 7 | 132 | 116 | 102 |
Binary | 10101000 | 11101100 | 1100100 | 11101 | 0 | 111010 | 111 | 1011010 | 1001110 | 1000010 |
Color Harmonies of #A8EC64
Complementary color
Monochromatic Colors of #A8EC64
Black with #A8EC64
Text Example
Text Example
White with #A8EC64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8EC64; }
p { color: rgb(168,236,100); }
H1.HeaderClassName
{
color: #A8EC64;
}
.AnyTagClassName
{
color: #A8EC64;
}
</style>
background-color css
<style>
a { background-color: #A8EC64; }
a { background-color: rgb(168,236,100); }
div.DivClassName
{
background-color: #A8EC64;
}
.BgClassName
{
background-color: #A8EC64;
}
</style>
border-color css
<style>
span { border-color: #A8EC64; }
span { border-color: rgb(168,236,100); }
td.TdClassName
{
border-color: #A8EC64;
}
.TagClassName
{
border-color: #A8EC64;
}
</style>