Shades of Conifer #A5E55B
Tints of Conifer #A5E55B
RGB
CMYK
RGB Variations
Color information
#A5E55B (or 0xA5E55B) is known color: Conifer. HEX triplet: A5, E5 and 5B. RGB value is (165,229,91). Sum of RGB (Red+Green+Blue) = 165+229+91=485 (64% of max value = 765). Red value is 165 (64.84% from 255 or 34.02% from 485); Green value is 229 (89.84% from 255 or 47.22% from 485); Blue value is 91 (35.94% from 255 or 18.76% from 485); Max value from RGB is 229 - color contains mainly: green. Hex color #A5E55B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A5E55B is #5A1AA4. Grayscale: #C2C2C2. Windows color (decimal): -5905061 or 6022565. OLE color: 6022565.
HSL color Cylindrical-coordinate representation of color #A5E55B: hue angle of 87.83º degrees, saturation: 0.73, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A5E55B is Cyan = 0.28, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 165 | 229 | 91 | - |
| CMYK | 0.28 | 0 | 0.60 | 0.10 |
| HSL | 87.83º | 0.73% | 0.63% | - |
| HSV(B) | 87.83º | 0.6% | 0.9% | - |
| XYZ | 45.42 | 64.79 | 20.01 | - |
| YUV | 194.13 | 69.8 | 107.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 229 | 91 | 0.28 | 0 | 0.60 | 0.10 | 87.83 | 0.73 | 0.63 |
| Hex | A5 | E5 | 5B | 1C | 0 | 3C | A | 58 | 49 | 3F |
| Octal | 245 | 345 | 133 | 34 | 0 | 74 | 12 | 130 | 111 | 77 |
| Binary | 10100101 | 11100101 | 1011011 | 11100 | 0 | 111100 | 1010 | 1011000 | 1001001 | 111111 |
Color Harmonies of #A5E55B
Complementary color
Monochromatic Colors of #A5E55B
Black with #A5E55B
Text Example
Text Example
White with #A5E55B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5E55B; }
p { color: rgb(165,229,91); }
H1.HeaderClassName
{
color: #A5E55B;
}
.AnyTagClassName
{
color: #A5E55B;
}
</style>
background-color css
<style>
a { background-color: #A5E55B; }
a { background-color: rgb(165,229,91); }
div.DivClassName
{
background-color: #A5E55B;
}
.BgClassName
{
background-color: #A5E55B;
}
</style>
border-color css
<style>
span { border-color: #A5E55B; }
span { border-color: rgb(165,229,91); }
td.TdClassName
{
border-color: #A5E55B;
}
.TagClassName
{
border-color: #A5E55B;
}
</style>