Html Css Color HEX #A0F49E Pale Green

📋 copy color: '#A0F49E'

red 160 ◦ green 244 ◦ blue 158

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

Shades of Pale Green #A0F49E

Tints of Pale Green #A0F49E

RGB

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

 GREEN value IS 244 (95.7% from 255) = 43.42%

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

R = 28.47%
G = 43.42%
B = 28.11%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.35

 K value IS 0.04

RGB Variations

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

Color information

#A0F49E (or 0xA0F49E) is known color: Pale Green. HEX triplet: A0, F4 and 9E. RGB value is (160,244,158). Sum of RGB (Red+Green+Blue) = 160+244+158=562 (74% of max value = 765). Red value is 160 (62.89% from 255 or 28.47% from 562); Green value is 244 (95.70% from 255 or 43.42% from 562); Blue value is 158 (62.11% from 255 or 28.11% from 562); Max value from RGB is 244 - color contains mainly: green. Hex color #A0F49E is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A0F49E is #5F0B61. Grayscale: #D1D1D1. Windows color (decimal): -6228834 or 10417312. OLE color: 10417312.

HSL color Cylindrical-coordinate representation of color #A0F49E: hue angle of 118.6º degrees, saturation: 0.8, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A0F49E is Cyan = 0.34, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.04.

Color convert

RGB 160 244 158 -
CMYK 0.34 0 0.35 0.04
HSL 118.6º 0.8% 0.79% -
HSV(B) 118.6º 0.35% 0.96% -
XYZ 53.02 74.64 43.96 -
YUV 209.08 99.17 92.99 -
System Red Green Blue C M Y K H S L
Decimal 160 244 158 0.34 0 0.35 0.04 118.6 0.8 0.79
Hex A0 F4 9E 22 0 23 4 77 50 4F
Octal 240 364 236 42 0 43 4 167 120 117
Binary 10100000 11110100 10011110 100010 0 100011 100 1110111 1010000 1001111

Color Harmonies of #A0F49E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0F49E

Black with #A0F49E

Text Example


Text Example

White with #A0F49E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0F49E; }

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

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

background-color css

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

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

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

border-color css

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

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

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