Html Css Color HEX #A2ED9E Pale Green

📋 copy color: '#A2ED9E'

red 162 ◦ green 237 ◦ blue 158

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

Shades of Pale Green #A2ED9E

Tints of Pale Green #A2ED9E

RGB

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

 GREEN value IS 237 (92.97% from 255) = 42.55%

 BLUE value IS 158 (62.11% from 255) = 28.37%

R = 29.08%
G = 42.55%
B = 28.37%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.33

 K value IS 0.07

RGB Variations

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

Color information

#A2ED9E (or 0xA2ED9E) is known color: Pale Green. HEX triplet: A2, ED and 9E. RGB value is (162,237,158). Sum of RGB (Red+Green+Blue) = 162+237+158=557 (73% of max value = 765). Red value is 162 (63.67% from 255 or 29.08% from 557); Green value is 237 (92.97% from 255 or 42.55% from 557); Blue value is 158 (62.11% from 255 or 28.37% from 557); Max value from RGB is 237 - color contains mainly: green. Hex color #A2ED9E is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A2ED9E is #5D1261. Grayscale: #CDCDCD. Windows color (decimal): -6099554 or 10415522. OLE color: 10415522.

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

Color convert

RGB 162 237 158 -
CMYK 0.32 0 0.33 0.07
HSL 116.96º 0.69% 0.77% -
HSV(B) 116.96º 0.33% 0.93% -
XYZ 51.36 70.72 43.29 -
YUV 205.57 101.15 96.92 -
System Red Green Blue C M Y K H S L
Decimal 162 237 158 0.32 0 0.33 0.07 116.96 0.69 0.77
Hex A2 ED 9E 20 0 21 7 75 45 4D
Octal 242 355 236 40 0 41 7 165 105 115
Binary 10100010 11101101 10011110 100000 0 100001 111 1110101 1000101 1001101

Color Harmonies of #A2ED9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2ED9E

Black with #A2ED9E

Text Example


Text Example

White with #A2ED9E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2ED9E; }

 p { color: rgb(162,237,158); }

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

background-color css

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

 a { background-color: rgb(162,237,158); }

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

border-color css

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

 span { border-color: rgb(162,237,158); }

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