Html Css Color HEX #A1FAAA Pale Green

📋 copy color: '#A1FAAA'

red 161 ◦ green 250 ◦ blue 170

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

Shades of Pale Green #A1FAAA

Tints of Pale Green #A1FAAA

RGB

 RED value IS 161 (63.28% from 255) = 27.71%

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

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

R = 27.71%
G = 43.03%
B = 29.26%

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

#A1FAAA (or 0xA1FAAA) is known color: Pale Green. HEX triplet: A1, FA and AA. RGB value is (161,250,170). Sum of RGB (Red+Green+Blue) = 161+250+170=581 (76% of max value = 765). Red value is 161 (63.28% from 255 or 27.71% from 581); Green value is 250 (98.05% from 255 or 43.03% from 581); Blue value is 170 (66.80% from 255 or 29.26% from 581); Max value from RGB is 250 - color contains mainly: green. Hex color #A1FAAA is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A1FAAA is #5E0555. Grayscale: #D6D6D6. Windows color (decimal): -6161750 or 11205281. OLE color: 11205281.

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

Color convert

RGB 161 250 170 -
CMYK 0.36 0 0.32 0.02
HSL 126.07º 0.9% 0.81% -
HSV(B) 126.07º 0.36% 0.98% -
XYZ 56.14 78.85 50.29 -
YUV 214.27 103.01 90 -
System Red Green Blue C M Y K H S L
Decimal 161 250 170 0.36 0 0.32 0.02 126.07 0.9 0.81
Hex A1 FA AA 24 0 20 2 7E 5A 51
Octal 241 372 252 44 0 40 2 176 132 121
Binary 10100001 11111010 10101010 100100 0 100000 10 1111110 1011010 1010001

Color Harmonies of #A1FAAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1FAAA

Black with #A1FAAA

Text Example


Text Example

White with #A1FAAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1FAAA; }

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

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

background-color css

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

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

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

border-color css

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

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

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