#A2CD56

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

Shades of Conifer #A2CD56

Tints of Conifer #A2CD56

Color information

#A2CD56 (or 0xA2CD56) is unknown color: approx Conifer. HEX triplet: A2, CD and 56. RGB value is (162,205,86). Sum of RGB (Red+Green+Blue) = 162+205+86=453 (60% of max value = 765). Red value is 162 (63.67% from 255 or 35.76% from 453); Green value is 205 (80.47% from 255 or 45.25% from 453); Blue value is 86 (33.98% from 255 or 18.98% from 453); Max value from RGB is 205 - color contains mainly: green. Hex color #A2CD56 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A2CD56 is #5D32A9. Grayscale: #B3B3B3. Windows color (decimal): -6107818 or 5688738. OLE color: 5688738.

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

Color convert

RGB16220586-
CMYK0.2100.580.20
HSL81.68º54.34%57.06%-
HSV(B)81.68º58.05%80.39%-
XYZ38.4152.0216.82-
YUV178.5875.75116.18-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 35.76%
GREEN value IS 205 (80.47% from 255) = 45.25%
BLUE value IS 86 (33.98% from 255) = 18.98%
R=35.76%
G=45.25%
B=18.98%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal162205860.2100.580.2081.6854.3457.06
HexA2CD561503A14523639
Octal24231512625072241226671
Binary10100010110011011010110101010111010101001010010110110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2CD56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2CD56; }

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

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

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

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

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

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

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

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