Shades of Conifer #A2F34C
Tints of Conifer #A2F34C
RGB
CMYK
RGB Variations
Color information
#A2F34C (or 0xA2F34C) is known color: Conifer. HEX triplet: A2, F3 and 4C. RGB value is (162,243,76). Sum of RGB (Red+Green+Blue) = 162+243+76=481 (63% of max value = 765). Red value is 162 (63.67% from 255 or 33.68% from 481); Green value is 243 (95.31% from 255 or 50.52% from 481); Blue value is 76 (30.08% from 255 or 15.80% from 481); Max value from RGB is 243 - color contains mainly: green. Hex color #A2F34C is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #A2F34C is #5D0CB3. Grayscale: #C8C8C8. Windows color (decimal): -6098100 or 5043106. OLE color: 5043106.
HSL color Cylindrical-coordinate representation of color #A2F34C: hue angle of 89.1º degrees, saturation: 0.87, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #A2F34C is Cyan = 0.33, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 162 | 243 | 76 | - |
| CMYK | 0.33 | 0 | 0.69 | 0.05 |
| HSL | 89.1º | 0.87% | 0.63% | - |
| HSV(B) | 89.1º | 0.69% | 0.95% | - |
| XYZ | 48.26 | 72.3 | 18.25 | - |
| YUV | 199.74 | 58.16 | 101.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 243 | 76 | 0.33 | 0 | 0.69 | 0.05 | 89.1 | 0.87 | 0.63 |
| Hex | A2 | F3 | 4C | 21 | 0 | 45 | 5 | 59 | 57 | 3F |
| Octal | 242 | 363 | 114 | 41 | 0 | 105 | 5 | 131 | 127 | 77 |
| Binary | 10100010 | 11110011 | 1001100 | 100001 | 0 | 1000101 | 101 | 1011001 | 1010111 | 111111 |
Color Harmonies of #A2F34C
Complementary color
Monochromatic Colors of #A2F34C
Black with #A2F34C
Text Example
Text Example
White with #A2F34C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2F34C; }
p { color: rgb(162,243,76); }
H1.HeaderClassName
{
color: #A2F34C;
}
.AnyTagClassName
{
color: #A2F34C;
}
</style>
background-color css
<style>
a { background-color: #A2F34C; }
a { background-color: rgb(162,243,76); }
div.DivClassName
{
background-color: #A2F34C;
}
.BgClassName
{
background-color: #A2F34C;
}
</style>
border-color css
<style>
span { border-color: #A2F34C; }
span { border-color: rgb(162,243,76); }
td.TdClassName
{
border-color: #A2F34C;
}
.TagClassName
{
border-color: #A2F34C;
}
</style>