#A2E157

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

Shades of Conifer #A2E157

Tints of Conifer #A2E157

Color information

#A2E157 (or 0xA2E157) is unknown color: approx Conifer. HEX triplet: A2, E1 and 57. RGB value is (162,225,87). Sum of RGB (Red+Green+Blue) = 162+225+87=474 (62% of max value = 765). Red value is 162 (63.67% from 255 or 34.18% from 474); Green value is 225 (88.28% from 255 or 47.47% from 474); Blue value is 87 (34.38% from 255 or 18.35% from 474); Max value from RGB is 225 - color contains mainly: green. Hex color #A2E157 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A2E157 is #5D1EA8. Grayscale: #BEBEBE. Windows color (decimal): -6102697 or 5759394. OLE color: 5759394.

HSL color Cylindrical-coordinate representation of color #A2E157: hue angle of 87.39º degrees, saturation: 0.7, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #A2E157 is Cyan = 0.28, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.12.

Color convert

RGB16222587-
CMYK0.2800.610.12
HSL87.39º69.7%61.18%-
HSV(B)87.39º61.33%88.24%-
XYZ43.5562.2218.73-
YUV190.4369.63107.72-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 34.18%
GREEN value IS 225 (88.28% from 255) = 47.47%
BLUE value IS 87 (34.38% from 255) = 18.35%
R=34.18%
G=47.47%
B=18.35%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal162225870.2800.610.1287.3969.761.18
HexA2E1571C03DC57463d
Octal242341127340751412710675
Binary10100010111000011010111111000111101110010101111000110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2E157

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2E157; }

 p { color: rgb(162,225,87); }

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

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

 a { background-color: rgb(162,225,87); }

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

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

 span { border-color: rgb(162,225,87); }

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