Shades of Conifer #A3EF4D
Tints of Conifer #A3EF4D
RGB
CMYK
RGB Variations
Color information
#A3EF4D (or 0xA3EF4D) is known color: Conifer. HEX triplet: A3, EF and 4D. RGB value is (163,239,77). Sum of RGB (Red+Green+Blue) = 163+239+77=479 (63% of max value = 765). Red value is 163 (64.06% from 255 or 34.03% from 479); Green value is 239 (93.75% from 255 or 49.90% from 479); Blue value is 77 (30.47% from 255 or 16.08% from 479); Max value from RGB is 239 - color contains mainly: green. Hex color #A3EF4D is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A3EF4D is #5C10B2. Grayscale: #C6C6C6. Windows color (decimal): -6033587 or 5107619. OLE color: 5107619.
HSL color Cylindrical-coordinate representation of color #A3EF4D: hue angle of 88.15º degrees, saturation: 0.84, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #A3EF4D is Cyan = 0.32, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 163 | 239 | 77 | - |
| CMYK | 0.32 | 0 | 0.68 | 0.06 |
| HSL | 88.15º | 0.84% | 0.62% | - |
| HSV(B) | 88.15º | 0.68% | 0.94% | - |
| XYZ | 47.31 | 70.06 | 18.05 | - |
| YUV | 197.81 | 59.82 | 103.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 239 | 77 | 0.32 | 0 | 0.68 | 0.06 | 88.15 | 0.84 | 0.62 |
| Hex | A3 | EF | 4D | 20 | 0 | 44 | 6 | 58 | 54 | 3E |
| Octal | 243 | 357 | 115 | 40 | 0 | 104 | 6 | 130 | 124 | 76 |
| Binary | 10100011 | 11101111 | 1001101 | 100000 | 0 | 1000100 | 110 | 1011000 | 1010100 | 111110 |
Color Harmonies of #A3EF4D
Complementary color
Monochromatic Colors of #A3EF4D
Black with #A3EF4D
Text Example
Text Example
White with #A3EF4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3EF4D; }
p { color: rgb(163,239,77); }
H1.HeaderClassName
{
color: #A3EF4D;
}
.AnyTagClassName
{
color: #A3EF4D;
}
</style>
background-color css
<style>
a { background-color: #A3EF4D; }
a { background-color: rgb(163,239,77); }
div.DivClassName
{
background-color: #A3EF4D;
}
.BgClassName
{
background-color: #A3EF4D;
}
</style>
border-color css
<style>
span { border-color: #A3EF4D; }
span { border-color: rgb(163,239,77); }
td.TdClassName
{
border-color: #A3EF4D;
}
.TagClassName
{
border-color: #A3EF4D;
}
</style>