Html Css Color HEX #A0FAAC Pale Green

📋 copy color: '#A0FAAC'

red 160 ◦ green 250 ◦ blue 172

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

Shades of Pale Green #A0FAAC

Tints of Pale Green #A0FAAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 29.55%

R = 27.49%
G = 42.96%
B = 29.55%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.31

 K value IS 0.02

RGB Variations

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

Color information

#A0FAAC (or 0xA0FAAC) is known color: Pale Green. HEX triplet: A0, FA and AC. RGB value is (160,250,172). Sum of RGB (Red+Green+Blue) = 160+250+172=582 (77% of max value = 765). Red value is 160 (62.89% from 255 or 27.49% from 582); Green value is 250 (98.05% from 255 or 42.96% from 582); Blue value is 172 (67.58% from 255 or 29.55% from 582); Max value from RGB is 250 - color contains mainly: green. Hex color #A0FAAC is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A0FAAC is #5F0553. Grayscale: #D6D6D6. Windows color (decimal): -6227284 or 11336352. OLE color: 11336352.

HSL color Cylindrical-coordinate representation of color #A0FAAC: hue angle of 128º 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 #A0FAAC is Cyan = 0.36, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.02.

Color convert

RGB 160 250 172 -
CMYK 0.36 0 0.31 0.02
HSL 128º 0.9% 0.8% -
HSV(B) 128º 0.36% 0.98% -
XYZ 56.13 78.82 51.29 -
YUV 214.2 104.18 89.34 -
System Red Green Blue C M Y K H S L
Decimal 160 250 172 0.36 0 0.31 0.02 128 0.9 0.8
Hex A0 FA AC 24 0 1F 2 80 5A 50
Octal 240 372 254 44 0 37 2 200 132 120
Binary 10100000 11111010 10101100 100100 0 11111 10 10000000 1011010 1010000

Color Harmonies of #A0FAAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0FAAC

Black with #A0FAAC

Text Example


Text Example

White with #A0FAAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0FAAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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