Html Css Color HEX #A1FAA8 Pale Green

📋 copy color: '#A1FAA8'

red 161 ◦ green 250 ◦ blue 168

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

Shades of Pale Green #A1FAA8

Tints of Pale Green #A1FAA8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 29.02%

R = 27.81%
G = 43.18%
B = 29.02%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.33

 K value IS 0.02

RGB Variations

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

Color information

#A1FAA8 (or 0xA1FAA8) is known color: Pale Green. HEX triplet: A1, FA and A8. RGB value is (161,250,168). Sum of RGB (Red+Green+Blue) = 161+250+168=579 (76% of max value = 765). Red value is 161 (63.28% from 255 or 27.81% from 579); Green value is 250 (98.05% from 255 or 43.18% from 579); Blue value is 168 (66.02% from 255 or 29.02% from 579); Max value from RGB is 250 - color contains mainly: green. Hex color #A1FAA8 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A1FAA8 is #5E0557. Grayscale: #D6D6D6. Windows color (decimal): -6161752 or 11074209. OLE color: 11074209.

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

Color convert

RGB 161 250 168 -
CMYK 0.36 0 0.33 0.02
HSL 124.72º 0.9% 0.81% -
HSV(B) 124.72º 0.36% 0.98% -
XYZ 55.95 78.78 49.3 -
YUV 214.04 102.01 90.17 -
System Red Green Blue C M Y K H S L
Decimal 161 250 168 0.36 0 0.33 0.02 124.72 0.9 0.81
Hex A1 FA A8 24 0 21 2 7D 5A 51
Octal 241 372 250 44 0 41 2 175 132 121
Binary 10100001 11111010 10101000 100100 0 100001 10 1111101 1011010 1010001

Color Harmonies of #A1FAA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1FAA8

Black with #A1FAA8

Text Example


Text Example

White with #A1FAA8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1FAA8; }

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

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

background-color css

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

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

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

border-color css

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

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

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