Shades of Conifer #A5CC53
Tints of Conifer #A5CC53
RGB
CMYK
RGB Variations
Color information
#A5CC53 (or 0xA5CC53) is known color: Conifer. HEX triplet: A5, CC and 53. RGB value is (165,204,83). Sum of RGB (Red+Green+Blue) = 165+204+83=452 (59% of max value = 765). Red value is 165 (64.84% from 255 or 36.50% from 452); Green value is 204 (80.08% from 255 or 45.13% from 452); Blue value is 83 (32.81% from 255 or 18.36% from 452); Max value from RGB is 204 - color contains mainly: green. Hex color #A5CC53 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A5CC53 is #5A33AC. Grayscale: #B2B2B2. Windows color (decimal): -5911469 or 5491877. OLE color: 5491877.
HSL color Cylindrical-coordinate representation of color #A5CC53: hue angle of 79.34º degrees, saturation: 0.54, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #A5CC53 is Cyan = 0.19, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 165 | 204 | 83 | - |
| CMYK | 0.19 | 0 | 0.59 | 0.2 |
| HSL | 79.34º | 0.54% | 0.56% | - |
| HSV(B) | 79.34º | 0.59% | 0.8% | - |
| XYZ | 38.67 | 51.81 | 16.15 | - |
| YUV | 178.55 | 74.08 | 118.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 204 | 83 | 0.19 | 0 | 0.59 | 0.2 | 79.34 | 0.54 | 0.56 |
| Hex | A5 | CC | 53 | 13 | 0 | 3B | 14 | 4F | 36 | 38 |
| Octal | 245 | 314 | 123 | 23 | 0 | 73 | 24 | 117 | 66 | 70 |
| Binary | 10100101 | 11001100 | 1010011 | 10011 | 0 | 111011 | 10100 | 1001111 | 110110 | 111000 |
Color Harmonies of #A5CC53
Complementary color
Monochromatic Colors of #A5CC53
Black with #A5CC53
Text Example
Text Example
White with #A5CC53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5CC53; }
p { color: rgb(165,204,83); }
H1.HeaderClassName
{
color: #A5CC53;
}
.AnyTagClassName
{
color: #A5CC53;
}
</style>
background-color css
<style>
a { background-color: #A5CC53; }
a { background-color: rgb(165,204,83); }
div.DivClassName
{
background-color: #A5CC53;
}
.BgClassName
{
background-color: #A5CC53;
}
</style>
border-color css
<style>
span { border-color: #A5CC53; }
span { border-color: rgb(165,204,83); }
td.TdClassName
{
border-color: #A5CC53;
}
.TagClassName
{
border-color: #A5CC53;
}
</style>