#A5D852

Color #A5D852 Conifer (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Conifer #A5D852

Tints of Conifer #A5D852

Color information

#A5D852 (or 0xA5D852) is unknown color: approx Conifer. HEX triplet: A5, D8 and 52. RGB value is (165,216,82). Sum of RGB (Red+Green+Blue) = 165+216+82=463 (61% of max value = 765). Red value is 165 (64.84% from 255 or 35.64% from 463); Green value is 216 (84.77% from 255 or 46.65% from 463); Blue value is 82 (32.42% from 255 or 17.71% from 463); Max value from RGB is 216 - color contains mainly: green. Hex color #A5D852 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A5D852 is #5A27AD. Grayscale: #B9B9B9. Windows color (decimal): -5908398 or 5429413. OLE color: 5429413.

HSL color Cylindrical-coordinate representation of color #A5D852: hue angle of 82.84º degrees, saturation: 0.63, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #A5D852 is Cyan = 0.24, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.15.

Color convert

RGB16521682-
CMYK0.2400.620.15
HSL82.84º63.21%58.43%-
HSV(B)82.84º62.04%84.71%-
XYZ41.657.7216.93-
YUV185.4869.6113.4-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 165 (64.84% from 255) = 35.64%
GREEN value IS 216 (84.77% from 255) = 46.65%
BLUE value IS 82 (32.42% from 255) = 17.71%
R=35.64%
G=46.65%
B=17.71%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal165216820.2400.620.1582.8463.2158.43
HexA5D8521803EF533f3a
Octal24533012230076171237772
Binary1010010111011000101001011000011111011111010011111111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5D852

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5D852; }

 p { color: rgb(165,216,82); }

 H1.HeaderClassName
 {
   color: #A5D852;
 }
 .AnyTagClassName
 {
   color: #A5D852;
 }
</style>
background-color css

<style>
 a { background-color: #A5D852; }

 a { background-color: rgb(165,216,82); }

 div.DivClassName
 {
   background-color: #A5D852;
 }
 .BgClassName
 {
   background-color: #A5D852;
 }
</style>
border-color css

<style>
 span { border-color: #A5D852; }

 span { border-color: rgb(165,216,82); }

 td.TdClassName
 {
   border-color: #A5D852;
 }
 .TagClassName
 {
   border-color: #A5D852;
 }
</style>