Shades of Conifer #A3EF52
Tints of Conifer #A3EF52
RGB
CMYK
RGB Variations
Color information
#A3EF52 (or 0xA3EF52) is known color: Conifer. HEX triplet: A3, EF and 52. RGB value is (163,239,82). Sum of RGB (Red+Green+Blue) = 163+239+82=484 (64% of max value = 765). Red value is 163 (64.06% from 255 or 33.68% from 484); Green value is 239 (93.75% from 255 or 49.38% from 484); Blue value is 82 (32.42% from 255 or 16.94% from 484); Max value from RGB is 239 - color contains mainly: green. Hex color #A3EF52 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A3EF52 is #5C10AD. Grayscale: #C6C6C6. Windows color (decimal): -6033582 or 5435299. OLE color: 5435299.
HSL color Cylindrical-coordinate representation of color #A3EF52: hue angle of 89.04º degrees, saturation: 0.83, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #A3EF52 is Cyan = 0.32, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 163 | 239 | 82 | - |
| CMYK | 0.32 | 0 | 0.66 | 0.06 |
| HSL | 89.04º | 0.83% | 0.63% | - |
| HSV(B) | 89.04º | 0.66% | 0.94% | - |
| XYZ | 47.49 | 70.13 | 19.02 | - |
| YUV | 198.38 | 62.32 | 102.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 239 | 82 | 0.32 | 0 | 0.66 | 0.06 | 89.04 | 0.83 | 0.63 |
| Hex | A3 | EF | 52 | 20 | 0 | 42 | 6 | 59 | 53 | 3F |
| Octal | 243 | 357 | 122 | 40 | 0 | 102 | 6 | 131 | 123 | 77 |
| Binary | 10100011 | 11101111 | 1010010 | 100000 | 0 | 1000010 | 110 | 1011001 | 1010011 | 111111 |
Color Harmonies of #A3EF52
Complementary color
Monochromatic Colors of #A3EF52
Black with #A3EF52
Text Example
Text Example
White with #A3EF52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3EF52; }
p { color: rgb(163,239,82); }
H1.HeaderClassName
{
color: #A3EF52;
}
.AnyTagClassName
{
color: #A3EF52;
}
</style>
background-color css
<style>
a { background-color: #A3EF52; }
a { background-color: rgb(163,239,82); }
div.DivClassName
{
background-color: #A3EF52;
}
.BgClassName
{
background-color: #A3EF52;
}
</style>
border-color css
<style>
span { border-color: #A3EF52; }
span { border-color: rgb(163,239,82); }
td.TdClassName
{
border-color: #A3EF52;
}
.TagClassName
{
border-color: #A3EF52;
}
</style>