Shades of Conifer #A8EF5C
Tints of Conifer #A8EF5C
RGB
CMYK
RGB Variations
Color information
#A8EF5C (or 0xA8EF5C) is known color: Conifer. HEX triplet: A8, EF and 5C. RGB value is (168,239,92). Sum of RGB (Red+Green+Blue) = 168+239+92=499 (66% of max value = 765). Red value is 168 (66.02% from 255 or 33.67% from 499); Green value is 239 (93.75% from 255 or 47.90% from 499); Blue value is 92 (36.33% from 255 or 18.44% from 499); Max value from RGB is 239 - color contains mainly: green. Hex color #A8EF5C is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A8EF5C is #5710A3. Grayscale: #C9C9C9. Windows color (decimal): -5705892 or 6090664. OLE color: 6090664.
HSL color Cylindrical-coordinate representation of color #A8EF5C: hue angle of 88.98º degrees, saturation: 0.82, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #A8EF5C is Cyan = 0.30, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 168 | 239 | 92 | - |
| CMYK | 0.30 | 0 | 0.62 | 0.06 |
| HSL | 88.98º | 0.82% | 0.65% | - |
| HSV(B) | 88.98º | 0.62% | 0.94% | - |
| XYZ | 48.95 | 70.83 | 21.22 | - |
| YUV | 201.01 | 66.48 | 104.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 239 | 92 | 0.30 | 0 | 0.62 | 0.06 | 88.98 | 0.82 | 0.65 |
| Hex | A8 | EF | 5C | 1E | 0 | 3E | 6 | 59 | 52 | 41 |
| Octal | 250 | 357 | 134 | 36 | 0 | 76 | 6 | 131 | 122 | 101 |
| Binary | 10101000 | 11101111 | 1011100 | 11110 | 0 | 111110 | 110 | 1011001 | 1010010 | 1000001 |
Color Harmonies of #A8EF5C
Complementary color
Monochromatic Colors of #A8EF5C
Black with #A8EF5C
Text Example
Text Example
White with #A8EF5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8EF5C; }
p { color: rgb(168,239,92); }
H1.HeaderClassName
{
color: #A8EF5C;
}
.AnyTagClassName
{
color: #A8EF5C;
}
</style>
background-color css
<style>
a { background-color: #A8EF5C; }
a { background-color: rgb(168,239,92); }
div.DivClassName
{
background-color: #A8EF5C;
}
.BgClassName
{
background-color: #A8EF5C;
}
</style>
border-color css
<style>
span { border-color: #A8EF5C; }
span { border-color: rgb(168,239,92); }
td.TdClassName
{
border-color: #A8EF5C;
}
.TagClassName
{
border-color: #A8EF5C;
}
</style>