Shades of Conifer #A3E44B
Tints of Conifer #A3E44B
RGB
CMYK
RGB Variations
Color information
#A3E44B (or 0xA3E44B) is known color: Conifer. HEX triplet: A3, E4 and 4B. RGB value is (163,228,75). Sum of RGB (Red+Green+Blue) = 163+228+75=466 (61% of max value = 765). Red value is 163 (64.06% from 255 or 34.98% from 466); Green value is 228 (89.45% from 255 or 48.93% from 466); Blue value is 75 (29.69% from 255 or 16.09% from 466); Max value from RGB is 228 - color contains mainly: green. Hex color #A3E44B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A3E44B is #5C1BB4. Grayscale: #BFBFBF. Windows color (decimal): -6036405 or 4973731. OLE color: 4973731.
HSL color Cylindrical-coordinate representation of color #A3E44B: hue angle of 85.49º degrees, saturation: 0.74, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #A3E44B is Cyan = 0.29, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 163 | 228 | 75 | - |
| CMYK | 0.29 | 0 | 0.67 | 0.11 |
| HSL | 85.49º | 0.74% | 0.59% | - |
| HSV(B) | 85.49º | 0.67% | 0.89% | - |
| XYZ | 44.12 | 63.78 | 16.64 | - |
| YUV | 191.12 | 62.47 | 107.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 228 | 75 | 0.29 | 0 | 0.67 | 0.11 | 85.49 | 0.74 | 0.59 |
| Hex | A3 | E4 | 4B | 1D | 0 | 43 | B | 55 | 4A | 3B |
| Octal | 243 | 344 | 113 | 35 | 0 | 103 | 13 | 125 | 112 | 73 |
| Binary | 10100011 | 11100100 | 1001011 | 11101 | 0 | 1000011 | 1011 | 1010101 | 1001010 | 111011 |
Color Harmonies of #A3E44B
Complementary color
Monochromatic Colors of #A3E44B
Black with #A3E44B
Text Example
Text Example
White with #A3E44B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3E44B; }
p { color: rgb(163,228,75); }
H1.HeaderClassName
{
color: #A3E44B;
}
.AnyTagClassName
{
color: #A3E44B;
}
</style>
background-color css
<style>
a { background-color: #A3E44B; }
a { background-color: rgb(163,228,75); }
div.DivClassName
{
background-color: #A3E44B;
}
.BgClassName
{
background-color: #A3E44B;
}
</style>
border-color css
<style>
span { border-color: #A3E44B; }
span { border-color: rgb(163,228,75); }
td.TdClassName
{
border-color: #A3E44B;
}
.TagClassName
{
border-color: #A3E44B;
}
</style>