Shades of Conifer #A5E752
Tints of Conifer #A5E752
RGB
CMYK
RGB Variations
Color information
#A5E752 (or 0xA5E752) is known color: Conifer. HEX triplet: A5, E7 and 52. RGB value is (165,231,82). Sum of RGB (Red+Green+Blue) = 165+231+82=478 (63% of max value = 765). Red value is 165 (64.84% from 255 or 34.52% from 478); Green value is 231 (90.62% from 255 or 48.33% from 478); Blue value is 82 (32.42% from 255 or 17.15% from 478); Max value from RGB is 231 - color contains mainly: green. Hex color #A5E752 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A5E752 is #5A18AD. Grayscale: #C2C2C2. Windows color (decimal): -5904558 or 5433253. OLE color: 5433253.
HSL color Cylindrical-coordinate representation of color #A5E752: hue angle of 86.58º degrees, saturation: 0.76, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #A5E752 is Cyan = 0.29, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 165 | 231 | 82 | - |
| CMYK | 0.29 | 0 | 0.65 | 0.09 |
| HSL | 86.58º | 0.76% | 0.61% | - |
| HSV(B) | 86.58º | 0.65% | 0.91% | - |
| XYZ | 45.62 | 65.76 | 18.27 | - |
| YUV | 194.28 | 64.63 | 107.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 231 | 82 | 0.29 | 0 | 0.65 | 0.09 | 86.58 | 0.76 | 0.61 |
| Hex | A5 | E7 | 52 | 1D | 0 | 41 | 9 | 57 | 4C | 3D |
| Octal | 245 | 347 | 122 | 35 | 0 | 101 | 11 | 127 | 114 | 75 |
| Binary | 10100101 | 11100111 | 1010010 | 11101 | 0 | 1000001 | 1001 | 1010111 | 1001100 | 111101 |
Color Harmonies of #A5E752
Complementary color
Monochromatic Colors of #A5E752
Black with #A5E752
Text Example
Text Example
White with #A5E752
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5E752; }
p { color: rgb(165,231,82); }
H1.HeaderClassName
{
color: #A5E752;
}
.AnyTagClassName
{
color: #A5E752;
}
</style>
background-color css
<style>
a { background-color: #A5E752; }
a { background-color: rgb(165,231,82); }
div.DivClassName
{
background-color: #A5E752;
}
.BgClassName
{
background-color: #A5E752;
}
</style>
border-color css
<style>
span { border-color: #A5E752; }
span { border-color: rgb(165,231,82); }
td.TdClassName
{
border-color: #A5E752;
}
.TagClassName
{
border-color: #A5E752;
}
</style>