Shades of Conifer #A2F34A
Tints of Conifer #A2F34A
RGB
CMYK
RGB Variations
Color information
#A2F34A (or 0xA2F34A) is known color: Conifer. HEX triplet: A2, F3 and 4A. RGB value is (162,243,74). Sum of RGB (Red+Green+Blue) = 162+243+74=479 (63% of max value = 765). Red value is 162 (63.67% from 255 or 33.82% from 479); Green value is 243 (95.31% from 255 or 50.73% from 479); Blue value is 74 (29.30% from 255 or 15.45% from 479); Max value from RGB is 243 - color contains mainly: green. Hex color #A2F34A is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #A2F34A is #5D0CB5. Grayscale: #C8C8C8. Windows color (decimal): -6098102 or 4912034. OLE color: 4912034.
HSL color Cylindrical-coordinate representation of color #A2F34A: hue angle of 88.76º 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 #A2F34A is Cyan = 0.33, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 162 | 243 | 74 | - |
| CMYK | 0.33 | 0 | 0.70 | 0.05 |
| HSL | 88.76º | 0.88% | 0.62% | - |
| HSV(B) | 88.76º | 0.7% | 0.95% | - |
| XYZ | 48.19 | 72.28 | 17.89 | - |
| YUV | 199.52 | 57.16 | 101.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 243 | 74 | 0.33 | 0 | 0.70 | 0.05 | 88.76 | 0.88 | 0.62 |
| Hex | A2 | F3 | 4A | 21 | 0 | 46 | 5 | 59 | 58 | 3E |
| Octal | 242 | 363 | 112 | 41 | 0 | 106 | 5 | 131 | 130 | 76 |
| Binary | 10100010 | 11110011 | 1001010 | 100001 | 0 | 1000110 | 101 | 1011001 | 1011000 | 111110 |
Color Harmonies of #A2F34A
Complementary color
Monochromatic Colors of #A2F34A
Black with #A2F34A
Text Example
Text Example
White with #A2F34A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2F34A; }
p { color: rgb(162,243,74); }
H1.HeaderClassName
{
color: #A2F34A;
}
.AnyTagClassName
{
color: #A2F34A;
}
</style>
background-color css
<style>
a { background-color: #A2F34A; }
a { background-color: rgb(162,243,74); }
div.DivClassName
{
background-color: #A2F34A;
}
.BgClassName
{
background-color: #A2F34A;
}
</style>
border-color css
<style>
span { border-color: #A2F34A; }
span { border-color: rgb(162,243,74); }
td.TdClassName
{
border-color: #A2F34A;
}
.TagClassName
{
border-color: #A2F34A;
}
</style>