Html Css Color HEX #A0ED9E Pale Green

📋 copy color: '#A0ED9E'

red 160 ◦ green 237 ◦ blue 158

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

Shades of Pale Green #A0ED9E

Tints of Pale Green #A0ED9E

RGB

 RED value IS 160 (62.89% from 255) = 28.83%

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

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

R = 28.83%
G = 42.7%
B = 28.47%

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

#A0ED9E (or 0xA0ED9E) is known color: Pale Green. HEX triplet: A0, ED and 9E. RGB value is (160,237,158). Sum of RGB (Red+Green+Blue) = 160+237+158=555 (73% of max value = 765). Red value is 160 (62.89% from 255 or 28.83% from 555); Green value is 237 (92.97% from 255 or 42.70% from 555); Blue value is 158 (62.11% from 255 or 28.47% from 555); Max value from RGB is 237 - color contains mainly: green. Hex color #A0ED9E is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A0ED9E is #5F1261. Grayscale: #CDCDCD. Windows color (decimal): -6230626 or 10415520. OLE color: 10415520.

HSL color Cylindrical-coordinate representation of color #A0ED9E: hue angle of 118.48º 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 #A0ED9E is Cyan = 0.32, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.07.

Color convert

RGB 160 237 158 -
CMYK 0.32 0 0.33 0.07
HSL 118.48º 0.69% 0.77% -
HSV(B) 118.48º 0.33% 0.93% -
XYZ 50.95 70.51 43.27 -
YUV 204.97 101.49 95.92 -
System Red Green Blue C M Y K H S L
Decimal 160 237 158 0.32 0 0.33 0.07 118.48 0.69 0.77
Hex A0 ED 9E 20 0 21 7 76 45 4D
Octal 240 355 236 40 0 41 7 166 105 115
Binary 10100000 11101101 10011110 100000 0 100001 111 1110110 1000101 1001101

Color Harmonies of #A0ED9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0ED9E

Black with #A0ED9E

Text Example


Text Example

White with #A0ED9E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0ED9E; }

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

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

background-color css

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

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

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

border-color css

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

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

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