Shades of Conifer #A8EF6A
Tints of Conifer #A8EF6A
RGB
CMYK
RGB Variations
Color information
#A8EF6A (or 0xA8EF6A) is known color: Conifer. HEX triplet: A8, EF and 6A. RGB value is (168,239,106). Sum of RGB (Red+Green+Blue) = 168+239+106=513 (67% of max value = 765). Red value is 168 (66.02% from 255 or 32.75% from 513); Green value is 239 (93.75% from 255 or 46.59% from 513); Blue value is 106 (41.80% from 255 or 20.66% from 513); Max value from RGB is 239 - color contains mainly: green. Hex color #A8EF6A is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A8EF6A is #571095. Grayscale: #CBCBCB. Windows color (decimal): -5705878 or 7008168. OLE color: 7008168.
HSL color Cylindrical-coordinate representation of color #A8EF6A: hue angle of 92.03º degrees, saturation: 0.81, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A8EF6A is Cyan = 0.30, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 168 | 239 | 106 | - |
| CMYK | 0.30 | 0 | 0.56 | 0.06 |
| HSL | 92.03º | 0.81% | 0.68% | - |
| HSV(B) | 92.03º | 0.56% | 0.94% | - |
| XYZ | 49.62 | 71.1 | 24.74 | - |
| YUV | 202.61 | 73.48 | 103.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 239 | 106 | 0.30 | 0 | 0.56 | 0.06 | 92.03 | 0.81 | 0.68 |
| Hex | A8 | EF | 6A | 1E | 0 | 38 | 6 | 5C | 51 | 44 |
| Octal | 250 | 357 | 152 | 36 | 0 | 70 | 6 | 134 | 121 | 104 |
| Binary | 10101000 | 11101111 | 1101010 | 11110 | 0 | 111000 | 110 | 1011100 | 1010001 | 1000100 |
Color Harmonies of #A8EF6A
Complementary color
Monochromatic Colors of #A8EF6A
Black with #A8EF6A
Text Example
Text Example
White with #A8EF6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8EF6A; }
p { color: rgb(168,239,106); }
H1.HeaderClassName
{
color: #A8EF6A;
}
.AnyTagClassName
{
color: #A8EF6A;
}
</style>
background-color css
<style>
a { background-color: #A8EF6A; }
a { background-color: rgb(168,239,106); }
div.DivClassName
{
background-color: #A8EF6A;
}
.BgClassName
{
background-color: #A8EF6A;
}
</style>
border-color css
<style>
span { border-color: #A8EF6A; }
span { border-color: rgb(168,239,106); }
td.TdClassName
{
border-color: #A8EF6A;
}
.TagClassName
{
border-color: #A8EF6A;
}
</style>