Shades of Conifer #A8F35D
Tints of Conifer #A8F35D
RGB
CMYK
RGB Variations
Color information
#A8F35D (or 0xA8F35D) is known color: Conifer. HEX triplet: A8, F3 and 5D. RGB value is (168,243,93). Sum of RGB (Red+Green+Blue) = 168+243+93=504 (66% of max value = 765). Red value is 168 (66.02% from 255 or 33.33% from 504); Green value is 243 (95.31% from 255 or 48.21% from 504); Blue value is 93 (36.72% from 255 or 18.45% from 504); Max value from RGB is 243 - color contains mainly: green. Hex color #A8F35D is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A8F35D is #570CA2. Grayscale: #CCCCCC. Windows color (decimal): -5704867 or 6157224. OLE color: 6157224.
HSL color Cylindrical-coordinate representation of color #A8F35D: hue angle of 90º degrees, saturation: 0.86, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #A8F35D is Cyan = 0.31, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 168 | 243 | 93 | - |
| CMYK | 0.31 | 0 | 0.62 | 0.05 |
| HSL | 90º | 0.86% | 0.66% | - |
| HSV(B) | 90º | 0.62% | 0.95% | - |
| XYZ | 50.17 | 73.22 | 21.84 | - |
| YUV | 203.48 | 65.65 | 102.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 243 | 93 | 0.31 | 0 | 0.62 | 0.05 | 90 | 0.86 | 0.66 |
| Hex | A8 | F3 | 5D | 1F | 0 | 3E | 5 | 5A | 56 | 42 |
| Octal | 250 | 363 | 135 | 37 | 0 | 76 | 5 | 132 | 126 | 102 |
| Binary | 10101000 | 11110011 | 1011101 | 11111 | 0 | 111110 | 101 | 1011010 | 1010110 | 1000010 |
Color Harmonies of #A8F35D
Complementary color
Monochromatic Colors of #A8F35D
Black with #A8F35D
Text Example
Text Example
White with #A8F35D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8F35D; }
p { color: rgb(168,243,93); }
H1.HeaderClassName
{
color: #A8F35D;
}
.AnyTagClassName
{
color: #A8F35D;
}
</style>
background-color css
<style>
a { background-color: #A8F35D; }
a { background-color: rgb(168,243,93); }
div.DivClassName
{
background-color: #A8F35D;
}
.BgClassName
{
background-color: #A8F35D;
}
</style>
border-color css
<style>
span { border-color: #A8F35D; }
span { border-color: rgb(168,243,93); }
td.TdClassName
{
border-color: #A8F35D;
}
.TagClassName
{
border-color: #A8F35D;
}
</style>