#A7CD56

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

Shades of Conifer #A7CD56

Tints of Conifer #A7CD56

Color information

#A7CD56 (or 0xA7CD56) is unknown color: approx Conifer. HEX triplet: A7, CD and 56. RGB value is (167,205,86). Sum of RGB (Red+Green+Blue) = 167+205+86=458 (60% of max value = 765). Red value is 167 (65.62% from 255 or 36.46% from 458); Green value is 205 (80.47% from 255 or 44.76% from 458); Blue value is 86 (33.98% from 255 or 18.78% from 458); Max value from RGB is 205 - color contains mainly: green. Hex color #A7CD56 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A7CD56 is #5832A9. Grayscale: #B4B4B4. Windows color (decimal): -5780138 or 5688743. OLE color: 5688743.

HSL color Cylindrical-coordinate representation of color #A7CD56: hue angle of 79.16º 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 #A7CD56 is Cyan = 0.19, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.20.

Color convert

RGB16720586-
CMYK0.1900.580.20
HSL79.16º54.34%57.06%-
HSV(B)79.16º58.05%80.39%-
XYZ39.4552.5516.87-
YUV180.0774.91118.68-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 36.46%
GREEN value IS 205 (80.47% from 255) = 44.76%
BLUE value IS 86 (33.98% from 255) = 18.78%
R=36.46%
G=44.76%
B=18.78%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal167205860.1900.580.2079.1654.3457.06
HexA7CD561303A144f3639
Octal24731512623072241176671
Binary10100111110011011010110100110111010101001001111110110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7CD56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7CD56; }

 p { color: rgb(167,205,86); }

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

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

 a { background-color: rgb(167,205,86); }

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

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

 span { border-color: rgb(167,205,86); }

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