Shades of Conifer #A8F358
Tints of Conifer #A8F358
RGB
CMYK
RGB Variations
Color information
#A8F358 (or 0xA8F358) is known color: Conifer. HEX triplet: A8, F3 and 58. RGB value is (168,243,88). Sum of RGB (Red+Green+Blue) = 168+243+88=499 (66% of max value = 765). Red value is 168 (66.02% from 255 or 33.67% from 499); Green value is 243 (95.31% from 255 or 48.70% from 499); Blue value is 88 (34.77% from 255 or 17.64% from 499); Max value from RGB is 243 - color contains mainly: green. Hex color #A8F358 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A8F358 is #570CA7. Grayscale: #CBCBCB. Windows color (decimal): -5704872 or 5829544. OLE color: 5829544.
HSL color Cylindrical-coordinate representation of color #A8F358: hue angle of 89.03º degrees, saturation: 0.87, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #A8F358 is Cyan = 0.31, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 168 | 243 | 88 | - |
| CMYK | 0.31 | 0 | 0.64 | 0.05 |
| HSL | 89.03º | 0.87% | 0.65% | - |
| HSV(B) | 89.03º | 0.64% | 0.95% | - |
| XYZ | 49.96 | 73.13 | 20.71 | - |
| YUV | 202.91 | 63.15 | 103.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 243 | 88 | 0.31 | 0 | 0.64 | 0.05 | 89.03 | 0.87 | 0.65 |
| Hex | A8 | F3 | 58 | 1F | 0 | 40 | 5 | 59 | 57 | 41 |
| Octal | 250 | 363 | 130 | 37 | 0 | 100 | 5 | 131 | 127 | 101 |
| Binary | 10101000 | 11110011 | 1011000 | 11111 | 0 | 1000000 | 101 | 1011001 | 1010111 | 1000001 |
Color Harmonies of #A8F358
Complementary color
Monochromatic Colors of #A8F358
Black with #A8F358
Text Example
Text Example
White with #A8F358
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8F358; }
p { color: rgb(168,243,88); }
H1.HeaderClassName
{
color: #A8F358;
}
.AnyTagClassName
{
color: #A8F358;
}
</style>
background-color css
<style>
a { background-color: #A8F358; }
a { background-color: rgb(168,243,88); }
div.DivClassName
{
background-color: #A8F358;
}
.BgClassName
{
background-color: #A8F358;
}
</style>
border-color css
<style>
span { border-color: #A8F358; }
span { border-color: rgb(168,243,88); }
td.TdClassName
{
border-color: #A8F358;
}
.TagClassName
{
border-color: #A8F358;
}
</style>