#A2E456

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

Shades of Conifer #A2E456

Tints of Conifer #A2E456

Color information

#A2E456 (or 0xA2E456) is unknown color: approx Conifer. HEX triplet: A2, E4 and 56. RGB value is (162,228,86). Sum of RGB (Red+Green+Blue) = 162+228+86=476 (63% of max value = 765). Red value is 162 (63.67% from 255 or 34.03% from 476); Green value is 228 (89.45% from 255 or 47.90% from 476); Blue value is 86 (33.98% from 255 or 18.07% from 476); Max value from RGB is 228 - color contains mainly: green. Hex color #A2E456 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A2E456 is #5D1BA9. Grayscale: #C0C0C0. Windows color (decimal): -6101930 or 5694626. OLE color: 5694626.

HSL color Cylindrical-coordinate representation of color #A2E456: hue angle of 87.89º degrees, saturation: 0.72, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #A2E456 is Cyan = 0.29, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.11.

Color convert

RGB16222886-
CMYK0.2900.620.11
HSL87.89º72.45%61.57%-
HSV(B)87.89º62.28%89.41%-
XYZ44.3263.8418.79-
YUV192.0868.13106.55-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 34.03%
GREEN value IS 228 (89.45% from 255) = 47.90%
BLUE value IS 86 (33.98% from 255) = 18.07%
R=34.03%
G=47.90%
B=18.07%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal162228860.2900.620.1187.8972.4561.57
HexA2E4561D03EB58483e
Octal242344126350761313011076
Binary10100010111001001010110111010111110101110110001001000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2E456

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2E456; }

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

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

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

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

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

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

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

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