Shades of Conifer #A5E44C
Tints of Conifer #A5E44C
RGB
CMYK
RGB Variations
Color information
#A5E44C (or 0xA5E44C) is known color: Conifer. HEX triplet: A5, E4 and 4C. RGB value is (165,228,76). Sum of RGB (Red+Green+Blue) = 165+228+76=469 (62% of max value = 765). Red value is 165 (64.84% from 255 or 35.18% from 469); Green value is 228 (89.45% from 255 or 48.61% from 469); Blue value is 76 (30.08% from 255 or 16.20% from 469); Max value from RGB is 228 - color contains mainly: green. Hex color #A5E44C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A5E44C is #5A1BB3. Grayscale: #C0C0C0. Windows color (decimal): -5905332 or 5039269. OLE color: 5039269.
HSL color Cylindrical-coordinate representation of color #A5E44C: hue angle of 84.87º degrees, saturation: 0.74, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #A5E44C is Cyan = 0.28, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 165 | 228 | 76 | - |
| CMYK | 0.28 | 0 | 0.67 | 0.11 |
| HSL | 84.87º | 0.74% | 0.6% | - |
| HSV(B) | 84.87º | 0.67% | 0.89% | - |
| XYZ | 44.56 | 64.01 | 16.84 | - |
| YUV | 191.84 | 62.63 | 108.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 228 | 76 | 0.28 | 0 | 0.67 | 0.11 | 84.87 | 0.74 | 0.6 |
| Hex | A5 | E4 | 4C | 1C | 0 | 43 | B | 55 | 4A | 3C |
| Octal | 245 | 344 | 114 | 34 | 0 | 103 | 13 | 125 | 112 | 74 |
| Binary | 10100101 | 11100100 | 1001100 | 11100 | 0 | 1000011 | 1011 | 1010101 | 1001010 | 111100 |
Color Harmonies of #A5E44C
Complementary color
Monochromatic Colors of #A5E44C
Black with #A5E44C
Text Example
Text Example
White with #A5E44C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5E44C; }
p { color: rgb(165,228,76); }
H1.HeaderClassName
{
color: #A5E44C;
}
.AnyTagClassName
{
color: #A5E44C;
}
</style>
background-color css
<style>
a { background-color: #A5E44C; }
a { background-color: rgb(165,228,76); }
div.DivClassName
{
background-color: #A5E44C;
}
.BgClassName
{
background-color: #A5E44C;
}
</style>
border-color css
<style>
span { border-color: #A5E44C; }
span { border-color: rgb(165,228,76); }
td.TdClassName
{
border-color: #A5E44C;
}
.TagClassName
{
border-color: #A5E44C;
}
</style>