Shades of Conifer #A8E44B
Tints of Conifer #A8E44B
RGB
CMYK
RGB Variations
Color information
#A8E44B (or 0xA8E44B) is known color: Conifer. HEX triplet: A8, E4 and 4B. RGB value is (168,228,75). Sum of RGB (Red+Green+Blue) = 168+228+75=471 (62% of max value = 765). Red value is 168 (66.02% from 255 or 35.67% from 471); Green value is 228 (89.45% from 255 or 48.41% from 471); Blue value is 75 (29.69% from 255 or 15.92% from 471); Max value from RGB is 228 - color contains mainly: green. Hex color #A8E44B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A8E44B is #571BB4. Grayscale: #C1C1C1. Windows color (decimal): -5708725 or 4973736. OLE color: 4973736.
HSL color Cylindrical-coordinate representation of color #A8E44B: hue angle of 83.53º 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 #A8E44B is Cyan = 0.26, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 168 | 228 | 75 | - |
| CMYK | 0.26 | 0 | 0.67 | 0.11 |
| HSL | 83.53º | 0.74% | 0.59% | - |
| HSV(B) | 83.53º | 0.67% | 0.89% | - |
| XYZ | 45.16 | 64.32 | 16.69 | - |
| YUV | 192.62 | 61.62 | 110.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 228 | 75 | 0.26 | 0 | 0.67 | 0.11 | 83.53 | 0.74 | 0.59 |
| Hex | A8 | E4 | 4B | 1A | 0 | 43 | B | 54 | 4A | 3B |
| Octal | 250 | 344 | 113 | 32 | 0 | 103 | 13 | 124 | 112 | 73 |
| Binary | 10101000 | 11100100 | 1001011 | 11010 | 0 | 1000011 | 1011 | 1010100 | 1001010 | 111011 |
Color Harmonies of #A8E44B
Complementary color
Monochromatic Colors of #A8E44B
Black with #A8E44B
Text Example
Text Example
White with #A8E44B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8E44B; }
p { color: rgb(168,228,75); }
H1.HeaderClassName
{
color: #A8E44B;
}
.AnyTagClassName
{
color: #A8E44B;
}
</style>
background-color css
<style>
a { background-color: #A8E44B; }
a { background-color: rgb(168,228,75); }
div.DivClassName
{
background-color: #A8E44B;
}
.BgClassName
{
background-color: #A8E44B;
}
</style>
border-color css
<style>
span { border-color: #A8E44B; }
span { border-color: rgb(168,228,75); }
td.TdClassName
{
border-color: #A8E44B;
}
.TagClassName
{
border-color: #A8E44B;
}
</style>