Shades of Conifer #A8EF69
Tints of Conifer #A8EF69
RGB
CMYK
RGB Variations
Color information
#A8EF69 (or 0xA8EF69) is known color: Conifer. HEX triplet: A8, EF and 69. RGB value is (168,239,105). Sum of RGB (Red+Green+Blue) = 168+239+105=512 (67% of max value = 765). Red value is 168 (66.02% from 255 or 32.81% from 512); Green value is 239 (93.75% from 255 or 46.68% from 512); Blue value is 105 (41.41% from 255 or 20.51% from 512); Max value from RGB is 239 - color contains mainly: green. Hex color #A8EF69 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A8EF69 is #571096. Grayscale: #CACACA. Windows color (decimal): -5705879 or 6942632. OLE color: 6942632.
HSL color Cylindrical-coordinate representation of color #A8EF69: hue angle of 91.79º degrees, saturation: 0.81, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A8EF69 is Cyan = 0.30, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 168 | 239 | 105 | - |
| CMYK | 0.30 | 0 | 0.56 | 0.06 |
| HSL | 91.79º | 0.81% | 0.67% | - |
| HSV(B) | 91.79º | 0.56% | 0.94% | - |
| XYZ | 49.56 | 71.08 | 24.47 | - |
| YUV | 202.5 | 72.98 | 103.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 239 | 105 | 0.30 | 0 | 0.56 | 0.06 | 91.79 | 0.81 | 0.67 |
| Hex | A8 | EF | 69 | 1E | 0 | 38 | 6 | 5C | 51 | 43 |
| Octal | 250 | 357 | 151 | 36 | 0 | 70 | 6 | 134 | 121 | 103 |
| Binary | 10101000 | 11101111 | 1101001 | 11110 | 0 | 111000 | 110 | 1011100 | 1010001 | 1000011 |
Color Harmonies of #A8EF69
Complementary color
Monochromatic Colors of #A8EF69
Black with #A8EF69
Text Example
Text Example
White with #A8EF69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8EF69; }
p { color: rgb(168,239,105); }
H1.HeaderClassName
{
color: #A8EF69;
}
.AnyTagClassName
{
color: #A8EF69;
}
</style>
background-color css
<style>
a { background-color: #A8EF69; }
a { background-color: rgb(168,239,105); }
div.DivClassName
{
background-color: #A8EF69;
}
.BgClassName
{
background-color: #A8EF69;
}
</style>
border-color css
<style>
span { border-color: #A8EF69; }
span { border-color: rgb(168,239,105); }
td.TdClassName
{
border-color: #A8EF69;
}
.TagClassName
{
border-color: #A8EF69;
}
</style>