Html Css Color HEX #A0FAAA Pale Green

📋 copy color: '#A0FAAA'

red 160 ◦ green 250 ◦ blue 170

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

Shades of Pale Green #A0FAAA

Tints of Pale Green #A0FAAA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 29.31%

R = 27.59%
G = 43.1%
B = 29.31%

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

#A0FAAA (or 0xA0FAAA) is known color: Pale Green. HEX triplet: A0, FA and AA. RGB value is (160,250,170). Sum of RGB (Red+Green+Blue) = 160+250+170=580 (76% of max value = 765). Red value is 160 (62.89% from 255 or 27.59% from 580); Green value is 250 (98.05% from 255 or 43.10% from 580); Blue value is 170 (66.80% from 255 or 29.31% from 580); Max value from RGB is 250 - color contains mainly: green. Hex color #A0FAAA is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A0FAAA is #5F0555. Grayscale: #D6D6D6. Windows color (decimal): -6227286 or 11205280. OLE color: 11205280.

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

Color convert

RGB 160 250 170 -
CMYK 0.36 0 0.32 0.02
HSL 126.67º 0.9% 0.8% -
HSV(B) 126.67º 0.36% 0.98% -
XYZ 55.94 78.75 50.28 -
YUV 213.97 103.18 89.5 -
System Red Green Blue C M Y K H S L
Decimal 160 250 170 0.36 0 0.32 0.02 126.67 0.9 0.8
Hex A0 FA AA 24 0 20 2 7F 5A 50
Octal 240 372 252 44 0 40 2 177 132 120
Binary 10100000 11111010 10101010 100100 0 100000 10 1111111 1011010 1010000

Color Harmonies of #A0FAAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0FAAA

Black with #A0FAAA

Text Example


Text Example

White with #A0FAAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0FAAA; }

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

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

background-color css

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

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

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

border-color css

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

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

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