Shades of Conifer #A8F44A
Tints of Conifer #A8F44A
RGB
CMYK
RGB Variations
Color information
#A8F44A (or 0xA8F44A) is known color: Conifer. HEX triplet: A8, F4 and 4A. RGB value is (168,244,74). Sum of RGB (Red+Green+Blue) = 168+244+74=486 (64% of max value = 765). Red value is 168 (66.02% from 255 or 34.57% from 486); Green value is 244 (95.70% from 255 or 50.21% from 486); Blue value is 74 (29.30% from 255 or 15.23% from 486); Max value from RGB is 244 - color contains mainly: green. Hex color #A8F44A is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #A8F44A is #570BB5. Grayscale: #CACACA. Windows color (decimal): -5704630 or 4912296. OLE color: 4912296.
HSL color Cylindrical-coordinate representation of color #A8F44A: hue angle of 86.82º degrees, saturation: 0.89, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A8F44A is Cyan = 0.31, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 168 | 244 | 74 | - |
| CMYK | 0.31 | 0 | 0.70 | 0.04 |
| HSL | 86.82º | 0.89% | 0.62% | - |
| HSV(B) | 86.82º | 0.7% | 0.96% | - |
| XYZ | 49.74 | 73.52 | 18.05 | - |
| YUV | 201.9 | 55.82 | 103.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 244 | 74 | 0.31 | 0 | 0.70 | 0.04 | 86.82 | 0.89 | 0.62 |
| Hex | A8 | F4 | 4A | 1F | 0 | 46 | 4 | 57 | 59 | 3E |
| Octal | 250 | 364 | 112 | 37 | 0 | 106 | 4 | 127 | 131 | 76 |
| Binary | 10101000 | 11110100 | 1001010 | 11111 | 0 | 1000110 | 100 | 1010111 | 1011001 | 111110 |
Color Harmonies of #A8F44A
Complementary color
Monochromatic Colors of #A8F44A
Black with #A8F44A
Text Example
Text Example
White with #A8F44A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8F44A; }
p { color: rgb(168,244,74); }
H1.HeaderClassName
{
color: #A8F44A;
}
.AnyTagClassName
{
color: #A8F44A;
}
</style>
background-color css
<style>
a { background-color: #A8F44A; }
a { background-color: rgb(168,244,74); }
div.DivClassName
{
background-color: #A8F44A;
}
.BgClassName
{
background-color: #A8F44A;
}
</style>
border-color css
<style>
span { border-color: #A8F44A; }
span { border-color: rgb(168,244,74); }
td.TdClassName
{
border-color: #A8F44A;
}
.TagClassName
{
border-color: #A8F44A;
}
</style>