Shades of Conifer #A2F54C
Tints of Conifer #A2F54C
RGB
CMYK
RGB Variations
Color information
#A2F54C (or 0xA2F54C) is known color: Conifer. HEX triplet: A2, F5 and 4C. RGB value is (162,245,76). Sum of RGB (Red+Green+Blue) = 162+245+76=483 (63% of max value = 765). Red value is 162 (63.67% from 255 or 33.54% from 483); Green value is 245 (96.09% from 255 or 50.72% from 483); Blue value is 76 (30.08% from 255 or 15.73% from 483); Max value from RGB is 245 - color contains mainly: green. Hex color #A2F54C is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #A2F54C is #5D0AB3. Grayscale: #C9C9C9. Windows color (decimal): -6097588 or 5043618. OLE color: 5043618.
HSL color Cylindrical-coordinate representation of color #A2F54C: hue angle of 89.47º degrees, saturation: 0.89, 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 #A2F54C is Cyan = 0.34, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 162 | 245 | 76 | - |
| CMYK | 0.34 | 0 | 0.69 | 0.04 |
| HSL | 89.47º | 0.89% | 0.63% | - |
| HSV(B) | 89.47º | 0.69% | 0.96% | - |
| XYZ | 48.86 | 73.51 | 18.45 | - |
| YUV | 200.92 | 57.5 | 100.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 245 | 76 | 0.34 | 0 | 0.69 | 0.04 | 89.47 | 0.89 | 0.63 |
| Hex | A2 | F5 | 4C | 22 | 0 | 45 | 4 | 59 | 59 | 3F |
| Octal | 242 | 365 | 114 | 42 | 0 | 105 | 4 | 131 | 131 | 77 |
| Binary | 10100010 | 11110101 | 1001100 | 100010 | 0 | 1000101 | 100 | 1011001 | 1011001 | 111111 |
Color Harmonies of #A2F54C
Complementary color
Monochromatic Colors of #A2F54C
Black with #A2F54C
Text Example
Text Example
White with #A2F54C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2F54C; }
p { color: rgb(162,245,76); }
H1.HeaderClassName
{
color: #A2F54C;
}
.AnyTagClassName
{
color: #A2F54C;
}
</style>
background-color css
<style>
a { background-color: #A2F54C; }
a { background-color: rgb(162,245,76); }
div.DivClassName
{
background-color: #A2F54C;
}
.BgClassName
{
background-color: #A2F54C;
}
</style>
border-color css
<style>
span { border-color: #A2F54C; }
span { border-color: rgb(162,245,76); }
td.TdClassName
{
border-color: #A2F54C;
}
.TagClassName
{
border-color: #A2F54C;
}
</style>