Shades of Conifer #A2EF58
Tints of Conifer #A2EF58
RGB
CMYK
RGB Variations
Color information
#A2EF58 (or 0xA2EF58) is known color: Conifer. HEX triplet: A2, EF and 58. RGB value is (162,239,88). Sum of RGB (Red+Green+Blue) = 162+239+88=489 (64% of max value = 765). Red value is 162 (63.67% from 255 or 33.13% from 489); Green value is 239 (93.75% from 255 or 48.88% from 489); Blue value is 88 (34.77% from 255 or 18.00% from 489); Max value from RGB is 239 - color contains mainly: green. Hex color #A2EF58 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A2EF58 is #5D10A7. Grayscale: #C7C7C7. Windows color (decimal): -6099112 or 5828514. OLE color: 5828514.
HSL color Cylindrical-coordinate representation of color #A2EF58: hue angle of 90.6º degrees, saturation: 0.83, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #A2EF58 is Cyan = 0.32, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 162 | 239 | 88 | - |
| CMYK | 0.32 | 0 | 0.63 | 0.06 |
| HSL | 90.6º | 0.83% | 0.64% | - |
| HSV(B) | 90.6º | 0.63% | 0.94% | - |
| XYZ | 47.53 | 70.12 | 20.26 | - |
| YUV | 198.76 | 65.49 | 101.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 239 | 88 | 0.32 | 0 | 0.63 | 0.06 | 90.6 | 0.83 | 0.64 |
| Hex | A2 | EF | 58 | 20 | 0 | 3F | 6 | 5B | 53 | 40 |
| Octal | 242 | 357 | 130 | 40 | 0 | 77 | 6 | 133 | 123 | 100 |
| Binary | 10100010 | 11101111 | 1011000 | 100000 | 0 | 111111 | 110 | 1011011 | 1010011 | 1000000 |
Color Harmonies of #A2EF58
Complementary color
Monochromatic Colors of #A2EF58
Black with #A2EF58
Text Example
Text Example
White with #A2EF58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2EF58; }
p { color: rgb(162,239,88); }
H1.HeaderClassName
{
color: #A2EF58;
}
.AnyTagClassName
{
color: #A2EF58;
}
</style>
background-color css
<style>
a { background-color: #A2EF58; }
a { background-color: rgb(162,239,88); }
div.DivClassName
{
background-color: #A2EF58;
}
.BgClassName
{
background-color: #A2EF58;
}
</style>
border-color css
<style>
span { border-color: #A2EF58; }
span { border-color: rgb(162,239,88); }
td.TdClassName
{
border-color: #A2EF58;
}
.TagClassName
{
border-color: #A2EF58;
}
</style>