#A5CC56

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

Shades of Conifer #A5CC56

Tints of Conifer #A5CC56

Color information

#A5CC56 (or 0xA5CC56) is unknown color: approx Conifer. HEX triplet: A5, CC and 56. RGB value is (165,204,86). Sum of RGB (Red+Green+Blue) = 165+204+86=455 (60% of max value = 765). Red value is 165 (64.84% from 255 or 36.26% from 455); Green value is 204 (80.08% from 255 or 44.84% from 455); Blue value is 86 (33.98% from 255 or 18.90% from 455); Max value from RGB is 204 - color contains mainly: green. Hex color #A5CC56 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A5CC56 is #5A33A9. Grayscale: #B3B3B3. Windows color (decimal): -5911466 or 5688485. OLE color: 5688485.

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

Color convert

RGB16520486-
CMYK0.1900.580.2
HSL79.83º53.64%56.86%-
HSV(B)79.83º57.84%80%-
XYZ38.7951.8616.77-
YUV178.8975.58118.09-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 36.26%
GREEN value IS 204 (80.08% from 255) = 44.84%
BLUE value IS 86 (33.98% from 255) = 18.90%
R=36.26%
G=44.84%
B=18.90%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal165204860.1900.580.279.8353.6456.86
HexA5CC561303A14503639
Octal24531412623072241206671
Binary10100101110011001010110100110111010101001010000110110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5CC56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5CC56; }

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

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

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

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

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

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

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

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