Shades of Conifer #A8F34A
Tints of Conifer #A8F34A
RGB
CMYK
RGB Variations
Color information
#A8F34A (or 0xA8F34A) is known color: Conifer. HEX triplet: A8, F3 and 4A. RGB value is (168,243,74). Sum of RGB (Red+Green+Blue) = 168+243+74=485 (64% of max value = 765). Red value is 168 (66.02% from 255 or 34.64% from 485); Green value is 243 (95.31% from 255 or 50.10% from 485); Blue value is 74 (29.30% from 255 or 15.26% from 485); Max value from RGB is 243 - color contains mainly: green. Hex color #A8F34A is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #A8F34A is #570CB5. Grayscale: #C9C9C9. Windows color (decimal): -5704886 or 4912040. OLE color: 4912040.
HSL color Cylindrical-coordinate representation of color #A8F34A: hue angle of 86.63º degrees, saturation: 0.88, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A8F34A is Cyan = 0.31, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 168 | 243 | 74 | - |
| CMYK | 0.31 | 0 | 0.70 | 0.05 |
| HSL | 86.63º | 0.88% | 0.62% | - |
| HSV(B) | 86.63º | 0.7% | 0.95% | - |
| XYZ | 49.44 | 72.92 | 17.95 | - |
| YUV | 201.31 | 56.15 | 104.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 243 | 74 | 0.31 | 0 | 0.70 | 0.05 | 86.63 | 0.88 | 0.62 |
| Hex | A8 | F3 | 4A | 1F | 0 | 46 | 5 | 57 | 58 | 3E |
| Octal | 250 | 363 | 112 | 37 | 0 | 106 | 5 | 127 | 130 | 76 |
| Binary | 10101000 | 11110011 | 1001010 | 11111 | 0 | 1000110 | 101 | 1010111 | 1011000 | 111110 |
Color Harmonies of #A8F34A
Complementary color
Monochromatic Colors of #A8F34A
Black with #A8F34A
Text Example
Text Example
White with #A8F34A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8F34A; }
p { color: rgb(168,243,74); }
H1.HeaderClassName
{
color: #A8F34A;
}
.AnyTagClassName
{
color: #A8F34A;
}
</style>
background-color css
<style>
a { background-color: #A8F34A; }
a { background-color: rgb(168,243,74); }
div.DivClassName
{
background-color: #A8F34A;
}
.BgClassName
{
background-color: #A8F34A;
}
</style>
border-color css
<style>
span { border-color: #A8F34A; }
span { border-color: rgb(168,243,74); }
td.TdClassName
{
border-color: #A8F34A;
}
.TagClassName
{
border-color: #A8F34A;
}
</style>