Html Css Color HEX #A0FAAB Pale Green

📋 copy color: '#A0FAAB'

red 160 ◦ green 250 ◦ blue 171

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

Shades of Pale Green #A0FAAB

Tints of Pale Green #A0FAAB

RGB

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

 GREEN value IS 250 (98.05% from 255) = 43.03%

 BLUE value IS 171 (67.19% from 255) = 29.43%

R = 27.54%
G = 43.03%
B = 29.43%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.32

 K value IS 0.02

RGB Variations

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

Color information

#A0FAAB (or 0xA0FAAB) is known color: Pale Green. HEX triplet: A0, FA and AB. RGB value is (160,250,171). Sum of RGB (Red+Green+Blue) = 160+250+171=581 (76% of max value = 765). Red value is 160 (62.89% from 255 or 27.54% from 581); Green value is 250 (98.05% from 255 or 43.03% from 581); Blue value is 171 (67.19% from 255 or 29.43% from 581); Max value from RGB is 250 - color contains mainly: green. Hex color #A0FAAB is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A0FAAB is #5F0554. Grayscale: #D6D6D6. Windows color (decimal): -6227285 or 11270816. OLE color: 11270816.

HSL color Cylindrical-coordinate representation of color #A0FAAB: hue angle of 127.33º degrees, saturation: 0.9, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A0FAAB is Cyan = 0.36, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.02.

Color convert

RGB 160 250 171 -
CMYK 0.36 0 0.32 0.02
HSL 127.33º 0.9% 0.8% -
HSV(B) 127.33º 0.36% 0.98% -
XYZ 56.03 78.79 50.78 -
YUV 214.08 103.68 89.42 -
System Red Green Blue C M Y K H S L
Decimal 160 250 171 0.36 0 0.32 0.02 127.33 0.9 0.8
Hex A0 FA AB 24 0 20 2 7F 5A 50
Octal 240 372 253 44 0 40 2 177 132 120
Binary 10100000 11111010 10101011 100100 0 100000 10 1111111 1011010 1010000

Color Harmonies of #A0FAAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0FAAB

Black with #A0FAAB

Text Example


Text Example

White with #A0FAAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0FAAB; }

 p { color: rgb(160,250,171); }

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

background-color css

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

 a { background-color: rgb(160,250,171); }

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

border-color css

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

 span { border-color: rgb(160,250,171); }

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