Shades of Conifer #A2F467
Tints of Conifer #A2F467
RGB
CMYK
RGB Variations
Color information
#A2F467 (or 0xA2F467) is known color: Conifer. HEX triplet: A2, F4 and 67. RGB value is (162,244,103). Sum of RGB (Red+Green+Blue) = 162+244+103=509 (67% of max value = 765). Red value is 162 (63.67% from 255 or 31.83% from 509); Green value is 244 (95.70% from 255 or 47.94% from 509); Blue value is 103 (40.62% from 255 or 20.24% from 509); Max value from RGB is 244 - color contains mainly: green. Hex color #A2F467 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A2F467 is #5D0B98. Grayscale: #CBCBCB. Windows color (decimal): -6097817 or 6812834. OLE color: 6812834.
HSL color Cylindrical-coordinate representation of color #A2F467: hue angle of 94.89º degrees, saturation: 0.87, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #A2F467 is Cyan = 0.34, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 162 | 244 | 103 | - |
| CMYK | 0.34 | 0 | 0.58 | 0.04 |
| HSL | 94.89º | 0.87% | 0.68% | - |
| HSV(B) | 94.89º | 0.58% | 0.96% | - |
| XYZ | 49.7 | 73.36 | 24.37 | - |
| YUV | 203.41 | 71.33 | 98.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 244 | 103 | 0.34 | 0 | 0.58 | 0.04 | 94.89 | 0.87 | 0.68 |
| Hex | A2 | F4 | 67 | 22 | 0 | 3A | 4 | 5F | 57 | 44 |
| Octal | 242 | 364 | 147 | 42 | 0 | 72 | 4 | 137 | 127 | 104 |
| Binary | 10100010 | 11110100 | 1100111 | 100010 | 0 | 111010 | 100 | 1011111 | 1010111 | 1000100 |
Color Harmonies of #A2F467
Complementary color
Monochromatic Colors of #A2F467
Black with #A2F467
Text Example
Text Example
White with #A2F467
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2F467; }
p { color: rgb(162,244,103); }
H1.HeaderClassName
{
color: #A2F467;
}
.AnyTagClassName
{
color: #A2F467;
}
</style>
background-color css
<style>
a { background-color: #A2F467; }
a { background-color: rgb(162,244,103); }
div.DivClassName
{
background-color: #A2F467;
}
.BgClassName
{
background-color: #A2F467;
}
</style>
border-color css
<style>
span { border-color: #A2F467; }
span { border-color: rgb(162,244,103); }
td.TdClassName
{
border-color: #A2F467;
}
.TagClassName
{
border-color: #A2F467;
}
</style>