Shades of Conifer #A2EA55
Tints of Conifer #A2EA55
RGB
CMYK
RGB Variations
Color information
#A2EA55 (or 0xA2EA55) is known color: Conifer. HEX triplet: A2, EA and 55. RGB value is (162,234,85). Sum of RGB (Red+Green+Blue) = 162+234+85=481 (63% of max value = 765). Red value is 162 (63.67% from 255 or 33.68% from 481); Green value is 234 (91.80% from 255 or 48.65% from 481); Blue value is 85 (33.59% from 255 or 17.67% from 481); Max value from RGB is 234 - color contains mainly: green. Hex color #A2EA55 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A2EA55 is #5D15AA. Grayscale: #C4C4C4. Windows color (decimal): -6100395 or 5630626. OLE color: 5630626.
HSL color Cylindrical-coordinate representation of color #A2EA55: hue angle of 88.99º degrees, saturation: 0.78, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #A2EA55 is Cyan = 0.31, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 162 | 234 | 85 | - |
| CMYK | 0.31 | 0 | 0.64 | 0.08 |
| HSL | 88.99º | 0.78% | 0.63% | - |
| HSV(B) | 88.99º | 0.64% | 0.92% | - |
| XYZ | 45.96 | 67.18 | 19.14 | - |
| YUV | 195.49 | 65.65 | 104.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 234 | 85 | 0.31 | 0 | 0.64 | 0.08 | 88.99 | 0.78 | 0.63 |
| Hex | A2 | EA | 55 | 1F | 0 | 40 | 8 | 59 | 4E | 3F |
| Octal | 242 | 352 | 125 | 37 | 0 | 100 | 10 | 131 | 116 | 77 |
| Binary | 10100010 | 11101010 | 1010101 | 11111 | 0 | 1000000 | 1000 | 1011001 | 1001110 | 111111 |
Color Harmonies of #A2EA55
Complementary color
Monochromatic Colors of #A2EA55
Black with #A2EA55
Text Example
Text Example
White with #A2EA55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2EA55; }
p { color: rgb(162,234,85); }
H1.HeaderClassName
{
color: #A2EA55;
}
.AnyTagClassName
{
color: #A2EA55;
}
</style>
background-color css
<style>
a { background-color: #A2EA55; }
a { background-color: rgb(162,234,85); }
div.DivClassName
{
background-color: #A2EA55;
}
.BgClassName
{
background-color: #A2EA55;
}
</style>
border-color css
<style>
span { border-color: #A2EA55; }
span { border-color: rgb(162,234,85); }
td.TdClassName
{
border-color: #A2EA55;
}
.TagClassName
{
border-color: #A2EA55;
}
</style>