Shades of Conifer #A3E94B
Tints of Conifer #A3E94B
RGB
CMYK
RGB Variations
Color information
#A3E94B (or 0xA3E94B) is known color: Conifer. HEX triplet: A3, E9 and 4B. RGB value is (163,233,75). Sum of RGB (Red+Green+Blue) = 163+233+75=471 (62% of max value = 765). Red value is 163 (64.06% from 255 or 34.61% from 471); Green value is 233 (91.41% from 255 or 49.47% from 471); Blue value is 75 (29.69% from 255 or 15.92% from 471); Max value from RGB is 233 - color contains mainly: green. Hex color #A3E94B is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #A3E94B is #5C16B4. Grayscale: #C2C2C2. Windows color (decimal): -6035125 or 4975011. OLE color: 4975011.
HSL color Cylindrical-coordinate representation of color #A3E94B: hue angle of 86.58º degrees, saturation: 0.78, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #A3E94B is Cyan = 0.30, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 163 | 233 | 75 | - |
| CMYK | 0.30 | 0 | 0.68 | 0.09 |
| HSL | 86.58º | 0.78% | 0.6% | - |
| HSV(B) | 86.58º | 0.68% | 0.91% | - |
| XYZ | 45.51 | 66.57 | 17.11 | - |
| YUV | 194.06 | 60.81 | 105.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 233 | 75 | 0.30 | 0 | 0.68 | 0.09 | 86.58 | 0.78 | 0.6 |
| Hex | A3 | E9 | 4B | 1E | 0 | 44 | 9 | 57 | 4E | 3C |
| Octal | 243 | 351 | 113 | 36 | 0 | 104 | 11 | 127 | 116 | 74 |
| Binary | 10100011 | 11101001 | 1001011 | 11110 | 0 | 1000100 | 1001 | 1010111 | 1001110 | 111100 |
Color Harmonies of #A3E94B
Complementary color
Monochromatic Colors of #A3E94B
Black with #A3E94B
Text Example
Text Example
White with #A3E94B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3E94B; }
p { color: rgb(163,233,75); }
H1.HeaderClassName
{
color: #A3E94B;
}
.AnyTagClassName
{
color: #A3E94B;
}
</style>
background-color css
<style>
a { background-color: #A3E94B; }
a { background-color: rgb(163,233,75); }
div.DivClassName
{
background-color: #A3E94B;
}
.BgClassName
{
background-color: #A3E94B;
}
</style>
border-color css
<style>
span { border-color: #A3E94B; }
span { border-color: rgb(163,233,75); }
td.TdClassName
{
border-color: #A3E94B;
}
.TagClassName
{
border-color: #A3E94B;
}
</style>