#A5CC5D

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

Shades of Conifer #A5CC5D

Tints of Conifer #A5CC5D

Color information

#A5CC5D (or 0xA5CC5D) is unknown color: approx Conifer. HEX triplet: A5, CC and 5D. RGB value is (165,204,93). Sum of RGB (Red+Green+Blue) = 165+204+93=462 (61% of max value = 765). Red value is 165 (64.84% from 255 or 35.71% from 462); Green value is 204 (80.08% from 255 or 44.16% from 462); Blue value is 93 (36.72% from 255 or 20.13% from 462); Max value from RGB is 204 - color contains mainly: green. Hex color #A5CC5D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A5CC5D is #5A33A2. Grayscale: #B4B4B4. Windows color (decimal): -5911459 or 6147237. OLE color: 6147237.

HSL color Cylindrical-coordinate representation of color #A5CC5D: hue angle of 81.08º degrees, saturation: 0.52, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #A5CC5D is Cyan = 0.19, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.2.

Color convert

RGB16520493-
CMYK0.1900.540.2
HSL81.08º52.11%58.24%-
HSV(B)81.08º54.41%80%-
XYZ39.0951.9818.33-
YUV179.6879.08117.53-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 35.71%
GREEN value IS 204 (80.08% from 255) = 44.16%
BLUE value IS 93 (36.72% from 255) = 20.13%
R=35.71%
G=44.16%
B=20.13%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal165204930.1900.540.281.0852.1158.24
HexA5CC5D130361451343a
Octal24531413523066241216472
Binary10100101110011001011101100110110110101001010001110100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5CC5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5CC5D; }

 p { color: rgb(165,204,93); }

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

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

 a { background-color: rgb(165,204,93); }

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

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

 span { border-color: rgb(165,204,93); }

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