Html Css Color HEX #A0F19D Pale Green

📋 copy color: '#A0F19D'

red 160 ◦ green 241 ◦ blue 157

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

Shades of Pale Green #A0F19D

Tints of Pale Green #A0F19D

RGB

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

 GREEN value IS 241 (94.53% from 255) = 43.19%

 BLUE value IS 157 (61.72% from 255) = 28.14%

R = 28.67%
G = 43.19%
B = 28.14%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.35

 K value IS 0.05

RGB Variations

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

Color information

#A0F19D (or 0xA0F19D) is known color: Pale Green. HEX triplet: A0, F1 and 9D. RGB value is (160,241,157). Sum of RGB (Red+Green+Blue) = 160+241+157=558 (73% of max value = 765). Red value is 160 (62.89% from 255 or 28.67% from 558); Green value is 241 (94.53% from 255 or 43.19% from 558); Blue value is 157 (61.72% from 255 or 28.14% from 558); Max value from RGB is 241 - color contains mainly: green. Hex color #A0F19D is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A0F19D is #5F0E62. Grayscale: #CFCFCF. Windows color (decimal): -6229603 or 10351008. OLE color: 10351008.

HSL color Cylindrical-coordinate representation of color #A0F19D: hue angle of 117.86º degrees, saturation: 0.75, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A0F19D is Cyan = 0.34, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.05.

Color convert

RGB 160 241 157 -
CMYK 0.34 0 0.35 0.05
HSL 117.86º 0.75% 0.78% -
HSV(B) 117.86º 0.35% 0.95% -
XYZ 52.04 72.82 43.21 -
YUV 207.21 99.66 94.33 -
System Red Green Blue C M Y K H S L
Decimal 160 241 157 0.34 0 0.35 0.05 117.86 0.75 0.78
Hex A0 F1 9D 22 0 23 5 76 4B 4E
Octal 240 361 235 42 0 43 5 166 113 116
Binary 10100000 11110001 10011101 100010 0 100011 101 1110110 1001011 1001110

Color Harmonies of #A0F19D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0F19D

Black with #A0F19D

Text Example


Text Example

White with #A0F19D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0F19D; }

 p { color: rgb(160,241,157); }

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

background-color css

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

 a { background-color: rgb(160,241,157); }

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

border-color css

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

 span { border-color: rgb(160,241,157); }

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