Shades of Conifer #A8F05D
Tints of Conifer #A8F05D
RGB
CMYK
RGB Variations
Color information
#A8F05D (or 0xA8F05D) is known color: Conifer. HEX triplet: A8, F0 and 5D. RGB value is (168,240,93). Sum of RGB (Red+Green+Blue) = 168+240+93=501 (66% of max value = 765). Red value is 168 (66.02% from 255 or 33.53% from 501); Green value is 240 (94.14% from 255 or 47.90% from 501); Blue value is 93 (36.72% from 255 or 18.56% from 501); Max value from RGB is 240 - color contains mainly: green. Hex color #A8F05D is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A8F05D is #570FA2. Grayscale: #CACACA. Windows color (decimal): -5705635 or 6156456. OLE color: 6156456.
HSL color Cylindrical-coordinate representation of color #A8F05D: hue angle of 89.39º degrees, saturation: 0.83, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #A8F05D is Cyan = 0.3, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 168 | 240 | 93 | - |
| CMYK | 0.3 | 0 | 0.61 | 0.06 |
| HSL | 89.39º | 0.83% | 0.65% | - |
| HSV(B) | 89.39º | 0.61% | 0.94% | - |
| XYZ | 49.28 | 71.44 | 21.55 | - |
| YUV | 201.71 | 66.65 | 103.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 240 | 93 | 0.3 | 0 | 0.61 | 0.06 | 89.39 | 0.83 | 0.65 |
| Hex | A8 | F0 | 5D | 1E | 0 | 3D | 6 | 59 | 53 | 41 |
| Octal | 250 | 360 | 135 | 36 | 0 | 75 | 6 | 131 | 123 | 101 |
| Binary | 10101000 | 11110000 | 1011101 | 11110 | 0 | 111101 | 110 | 1011001 | 1010011 | 1000001 |
Color Harmonies of #A8F05D
Complementary color
Monochromatic Colors of #A8F05D
Black with #A8F05D
Text Example
Text Example
White with #A8F05D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8F05D; }
p { color: rgb(168,240,93); }
H1.HeaderClassName
{
color: #A8F05D;
}
.AnyTagClassName
{
color: #A8F05D;
}
</style>
background-color css
<style>
a { background-color: #A8F05D; }
a { background-color: rgb(168,240,93); }
div.DivClassName
{
background-color: #A8F05D;
}
.BgClassName
{
background-color: #A8F05D;
}
</style>
border-color css
<style>
span { border-color: #A8F05D; }
span { border-color: rgb(168,240,93); }
td.TdClassName
{
border-color: #A8F05D;
}
.TagClassName
{
border-color: #A8F05D;
}
</style>