Shades of Conifer #A8F44C
Tints of Conifer #A8F44C
RGB
CMYK
RGB Variations
Color information
#A8F44C (or 0xA8F44C) is known color: Conifer. HEX triplet: A8, F4 and 4C. RGB value is (168,244,76). Sum of RGB (Red+Green+Blue) = 168+244+76=488 (64% of max value = 765). Red value is 168 (66.02% from 255 or 34.43% from 488); Green value is 244 (95.70% from 255 or 50% from 488); Blue value is 76 (30.08% from 255 or 15.57% from 488); Max value from RGB is 244 - color contains mainly: green. Hex color #A8F44C is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #A8F44C is #570BB3. Grayscale: #CACACA. Windows color (decimal): -5704628 or 5043368. OLE color: 5043368.
HSL color Cylindrical-coordinate representation of color #A8F44C: hue angle of 87.14º degrees, saturation: 0.88, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #A8F44C is Cyan = 0.31, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 168 | 244 | 76 | - |
| CMYK | 0.31 | 0 | 0.69 | 0.04 |
| HSL | 87.14º | 0.88% | 0.63% | - |
| HSV(B) | 87.14º | 0.69% | 0.96% | - |
| XYZ | 49.8 | 73.55 | 18.41 | - |
| YUV | 202.12 | 56.82 | 103.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 244 | 76 | 0.31 | 0 | 0.69 | 0.04 | 87.14 | 0.88 | 0.63 |
| Hex | A8 | F4 | 4C | 1F | 0 | 45 | 4 | 57 | 58 | 3F |
| Octal | 250 | 364 | 114 | 37 | 0 | 105 | 4 | 127 | 130 | 77 |
| Binary | 10101000 | 11110100 | 1001100 | 11111 | 0 | 1000101 | 100 | 1010111 | 1011000 | 111111 |
Color Harmonies of #A8F44C
Complementary color
Monochromatic Colors of #A8F44C
Black with #A8F44C
Text Example
Text Example
White with #A8F44C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8F44C; }
p { color: rgb(168,244,76); }
H1.HeaderClassName
{
color: #A8F44C;
}
.AnyTagClassName
{
color: #A8F44C;
}
</style>
background-color css
<style>
a { background-color: #A8F44C; }
a { background-color: rgb(168,244,76); }
div.DivClassName
{
background-color: #A8F44C;
}
.BgClassName
{
background-color: #A8F44C;
}
</style>
border-color css
<style>
span { border-color: #A8F44C; }
span { border-color: rgb(168,244,76); }
td.TdClassName
{
border-color: #A8F44C;
}
.TagClassName
{
border-color: #A8F44C;
}
</style>