Shades of Conifer #A5E552
Tints of Conifer #A5E552
RGB
CMYK
RGB Variations
Color information
#A5E552 (or 0xA5E552) is known color: Conifer. HEX triplet: A5, E5 and 52. RGB value is (165,229,82). Sum of RGB (Red+Green+Blue) = 165+229+82=476 (63% of max value = 765). Red value is 165 (64.84% from 255 or 34.66% from 476); Green value is 229 (89.84% from 255 or 48.11% from 476); Blue value is 82 (32.42% from 255 or 17.23% from 476); Max value from RGB is 229 - color contains mainly: green. Hex color #A5E552 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A5E552 is #5A1AAD. Grayscale: #C1C1C1. Windows color (decimal): -5905070 or 5432741. OLE color: 5432741.
HSL color Cylindrical-coordinate representation of color #A5E552: hue angle of 86.12º degrees, saturation: 0.74, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #A5E552 is Cyan = 0.28, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 165 | 229 | 82 | - |
| CMYK | 0.28 | 0 | 0.64 | 0.10 |
| HSL | 86.12º | 0.74% | 0.61% | - |
| HSV(B) | 86.12º | 0.64% | 0.9% | - |
| XYZ | 45.06 | 64.65 | 18.09 | - |
| YUV | 193.11 | 65.3 | 107.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 229 | 82 | 0.28 | 0 | 0.64 | 0.10 | 86.12 | 0.74 | 0.61 |
| Hex | A5 | E5 | 52 | 1C | 0 | 40 | A | 56 | 4A | 3D |
| Octal | 245 | 345 | 122 | 34 | 0 | 100 | 12 | 126 | 112 | 75 |
| Binary | 10100101 | 11100101 | 1010010 | 11100 | 0 | 1000000 | 1010 | 1010110 | 1001010 | 111101 |
Color Harmonies of #A5E552
Complementary color
Monochromatic Colors of #A5E552
Black with #A5E552
Text Example
Text Example
White with #A5E552
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5E552; }
p { color: rgb(165,229,82); }
H1.HeaderClassName
{
color: #A5E552;
}
.AnyTagClassName
{
color: #A5E552;
}
</style>
background-color css
<style>
a { background-color: #A5E552; }
a { background-color: rgb(165,229,82); }
div.DivClassName
{
background-color: #A5E552;
}
.BgClassName
{
background-color: #A5E552;
}
</style>
border-color css
<style>
span { border-color: #A5E552; }
span { border-color: rgb(165,229,82); }
td.TdClassName
{
border-color: #A5E552;
}
.TagClassName
{
border-color: #A5E552;
}
</style>