Shades of Conifer #A8EF58
Tints of Conifer #A8EF58
RGB
CMYK
RGB Variations
Color information
#A8EF58 (or 0xA8EF58) is known color: Conifer. HEX triplet: A8, EF and 58. RGB value is (168,239,88). Sum of RGB (Red+Green+Blue) = 168+239+88=495 (65% of max value = 765). Red value is 168 (66.02% from 255 or 33.94% from 495); Green value is 239 (93.75% from 255 or 48.28% from 495); Blue value is 88 (34.77% from 255 or 17.78% from 495); Max value from RGB is 239 - color contains mainly: green. Hex color #A8EF58 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A8EF58 is #5710A7. Grayscale: #C9C9C9. Windows color (decimal): -5705896 or 5828520. OLE color: 5828520.
HSL color Cylindrical-coordinate representation of color #A8EF58: hue angle of 88.21º degrees, saturation: 0.83, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #A8EF58 is Cyan = 0.30, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 168 | 239 | 88 | - |
| CMYK | 0.30 | 0 | 0.63 | 0.06 |
| HSL | 88.21º | 0.83% | 0.64% | - |
| HSV(B) | 88.21º | 0.63% | 0.94% | - |
| XYZ | 48.78 | 70.76 | 20.32 | - |
| YUV | 200.56 | 64.48 | 104.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 239 | 88 | 0.30 | 0 | 0.63 | 0.06 | 88.21 | 0.83 | 0.64 |
| Hex | A8 | EF | 58 | 1E | 0 | 3F | 6 | 58 | 53 | 40 |
| Octal | 250 | 357 | 130 | 36 | 0 | 77 | 6 | 130 | 123 | 100 |
| Binary | 10101000 | 11101111 | 1011000 | 11110 | 0 | 111111 | 110 | 1011000 | 1010011 | 1000000 |
Color Harmonies of #A8EF58
Complementary color
Monochromatic Colors of #A8EF58
Black with #A8EF58
Text Example
Text Example
White with #A8EF58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8EF58; }
p { color: rgb(168,239,88); }
H1.HeaderClassName
{
color: #A8EF58;
}
.AnyTagClassName
{
color: #A8EF58;
}
</style>
background-color css
<style>
a { background-color: #A8EF58; }
a { background-color: rgb(168,239,88); }
div.DivClassName
{
background-color: #A8EF58;
}
.BgClassName
{
background-color: #A8EF58;
}
</style>
border-color css
<style>
span { border-color: #A8EF58; }
span { border-color: rgb(168,239,88); }
td.TdClassName
{
border-color: #A8EF58;
}
.TagClassName
{
border-color: #A8EF58;
}
</style>