Html Css Color HEX #A2ECA0 Pale Green

📋 copy color: '#A2ECA0'

red 162 ◦ green 236 ◦ blue 160

#A2ECA0
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Pale Green #A2ECA0

Tints of Pale Green #A2ECA0

RGB

 RED value IS 162 (63.67% from 255) = 29.03%

 GREEN value IS 236 (92.58% from 255) = 42.29%

 BLUE value IS 160 (62.89% from 255) = 28.67%

R = 29.03%
G = 42.29%
B = 28.67%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.32

 K value IS 0.07

RGB Variations

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

Color information

#A2ECA0 (or 0xA2ECA0) is known color: Pale Green. HEX triplet: A2, EC and A0. RGB value is (162,236,160). Sum of RGB (Red+Green+Blue) = 162+236+160=558 (73% of max value = 765). Red value is 162 (63.67% from 255 or 29.03% from 558); Green value is 236 (92.58% from 255 or 42.29% from 558); Blue value is 160 (62.89% from 255 or 28.67% from 558); Max value from RGB is 236 - color contains mainly: green. Hex color #A2ECA0 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A2ECA0 is #5D135F. Grayscale: #CDCDCD. Windows color (decimal): -6099808 or 10546338. OLE color: 10546338.

HSL color Cylindrical-coordinate representation of color #A2ECA0: hue angle of 118.42º degrees, saturation: 0.67, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A2ECA0 is Cyan = 0.31, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.07.

Color convert

RGB 162 236 160 -
CMYK 0.31 0 0.32 0.07
HSL 118.42º 0.67% 0.78% -
HSV(B) 118.42º 0.32% 0.93% -
XYZ 51.24 70.21 44.11 -
YUV 205.21 102.48 97.18 -
System Red Green Blue C M Y K H S L
Decimal 162 236 160 0.31 0 0.32 0.07 118.42 0.67 0.78
Hex A2 EC A0 1F 0 20 7 76 43 4E
Octal 242 354 240 37 0 40 7 166 103 116
Binary 10100010 11101100 10100000 11111 0 100000 111 1110110 1000011 1001110

Color Harmonies of #A2ECA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2ECA0

Black with #A2ECA0

Text Example


Text Example

White with #A2ECA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2ECA0; }

 p { color: rgb(162,236,160); }

 H1.HeaderClassName
 {
   color: #A2ECA0;
 }
 .AnyTagClassName
 {
   color: #A2ECA0;
 }
</style>

background-color css

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

 a { background-color: rgb(162,236,160); }

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

border-color css

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

 span { border-color: rgb(162,236,160); }

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