#A5CE60

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

Shades of Conifer #A5CE60

Tints of Conifer #A5CE60

Color information

#A5CE60 (or 0xA5CE60) is unknown color: approx Conifer. HEX triplet: A5, CE and 60. RGB value is (165,206,96). Sum of RGB (Red+Green+Blue) = 165+206+96=467 (61% of max value = 765). Red value is 165 (64.84% from 255 or 35.33% from 467); Green value is 206 (80.86% from 255 or 44.11% from 467); Blue value is 96 (37.89% from 255 or 20.56% from 467); Max value from RGB is 206 - color contains mainly: green. Hex color #A5CE60 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A5CE60 is #5A319F. Grayscale: #B5B5B5. Windows color (decimal): -5910944 or 6344357. OLE color: 6344357.

HSL color Cylindrical-coordinate representation of color #A5CE60: hue angle of 82.36º degrees, saturation: 0.53, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #A5CE60 is Cyan = 0.20, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.19.

Color convert

RGB16520696-
CMYK0.2000.530.19
HSL82.36º52.88%59.22%-
HSV(B)82.36º53.4%80.78%-
XYZ39.752.9919.2-
YUV181.279.92116.44-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 35.33%
GREEN value IS 206 (80.86% from 255) = 44.11%
BLUE value IS 96 (37.89% from 255) = 20.56%
R=35.33%
G=44.11%
B=20.56%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal165206960.2000.530.1982.3652.8859.22
HexA5CE60140351352353b
Octal24531614024065231226573
Binary10100101110011101100000101000110101100111010010110101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5CE60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5CE60; }

 p { color: rgb(165,206,96); }

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

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

 a { background-color: rgb(165,206,96); }

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

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

 span { border-color: rgb(165,206,96); }

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