Shades of Conifer #A8F75A
Tints of Conifer #A8F75A
RGB
CMYK
RGB Variations
Color information
#A8F75A (or 0xA8F75A) is known color: Conifer. HEX triplet: A8, F7 and 5A. RGB value is (168,247,90). Sum of RGB (Red+Green+Blue) = 168+247+90=505 (66% of max value = 765). Red value is 168 (66.02% from 255 or 33.27% from 505); Green value is 247 (96.88% from 255 or 48.91% from 505); Blue value is 90 (35.55% from 255 or 17.82% from 505); Max value from RGB is 247 - color contains mainly: green. Hex color #A8F75A is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A8F75A is #5708A5. Grayscale: #CECECE. Windows color (decimal): -5703846 or 5961640. OLE color: 5961640.
HSL color Cylindrical-coordinate representation of color #A8F75A: hue angle of 90.19º degrees, saturation: 0.91, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #A8F75A is Cyan = 0.32, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 168 | 247 | 90 | - |
| CMYK | 0.32 | 0 | 0.64 | 0.03 |
| HSL | 90.19º | 0.91% | 0.66% | - |
| HSV(B) | 90.19º | 0.64% | 0.97% | - |
| XYZ | 51.25 | 75.58 | 21.56 | - |
| YUV | 205.48 | 62.83 | 101.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 247 | 90 | 0.32 | 0 | 0.64 | 0.03 | 90.19 | 0.91 | 0.66 |
| Hex | A8 | F7 | 5A | 20 | 0 | 40 | 3 | 5A | 5B | 42 |
| Octal | 250 | 367 | 132 | 40 | 0 | 100 | 3 | 132 | 133 | 102 |
| Binary | 10101000 | 11110111 | 1011010 | 100000 | 0 | 1000000 | 11 | 1011010 | 1011011 | 1000010 |
Color Harmonies of #A8F75A
Complementary color
Monochromatic Colors of #A8F75A
Black with #A8F75A
Text Example
Text Example
White with #A8F75A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8F75A; }
p { color: rgb(168,247,90); }
H1.HeaderClassName
{
color: #A8F75A;
}
.AnyTagClassName
{
color: #A8F75A;
}
</style>
background-color css
<style>
a { background-color: #A8F75A; }
a { background-color: rgb(168,247,90); }
div.DivClassName
{
background-color: #A8F75A;
}
.BgClassName
{
background-color: #A8F75A;
}
</style>
border-color css
<style>
span { border-color: #A8F75A; }
span { border-color: rgb(168,247,90); }
td.TdClassName
{
border-color: #A8F75A;
}
.TagClassName
{
border-color: #A8F75A;
}
</style>