#A2E956

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

Shades of Conifer #A2E956

Tints of Conifer #A2E956

Color information

#A2E956 (or 0xA2E956) is unknown color: approx Conifer. HEX triplet: A2, E9 and 56. RGB value is (162,233,86). Sum of RGB (Red+Green+Blue) = 162+233+86=481 (63% of max value = 765). Red value is 162 (63.67% from 255 or 33.68% from 481); Green value is 233 (91.41% from 255 or 48.44% from 481); Blue value is 86 (33.98% from 255 or 17.88% from 481); Max value from RGB is 233 - color contains mainly: green. Hex color #A2E956 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A2E956 is #5D16A9. Grayscale: #C3C3C3. Windows color (decimal): -6100650 or 5695906. OLE color: 5695906.

HSL color Cylindrical-coordinate representation of color #A2E956: hue angle of 88.98º degrees, saturation: 0.77, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #A2E956 is Cyan = 0.30, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.09.

Color convert

RGB16223386-
CMYK0.3000.630.09
HSL88.98º76.96%62.55%-
HSV(B)88.98º63.09%91.37%-
XYZ45.7266.6319.26-
YUV195.0166.48104.45-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 33.68%
GREEN value IS 233 (91.41% from 255) = 48.44%
BLUE value IS 86 (33.98% from 255) = 17.88%
R=33.68%
G=48.44%
B=17.88%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal162233860.3000.630.0988.9876.9662.55
HexA2E9561E03F9594d3f
Octal242351126360771113111577
Binary10100010111010011010110111100111111100110110011001101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2E956

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2E956; }

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

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

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

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

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

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

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

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