Html Css Color HEX #A1FAAF Pale Green

📋 copy color: '#A1FAAF'

red 161 ◦ green 250 ◦ blue 175

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

Shades of Pale Green #A1FAAF

Tints of Pale Green #A1FAAF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 29.86%

R = 27.47%
G = 42.66%
B = 29.86%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.3

 K value IS 0.02

RGB Variations

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

Color information

#A1FAAF (or 0xA1FAAF) is known color: Pale Green. HEX triplet: A1, FA and AF. RGB value is (161,250,175). Sum of RGB (Red+Green+Blue) = 161+250+175=586 (77% of max value = 765). Red value is 161 (63.28% from 255 or 27.47% from 586); Green value is 250 (98.05% from 255 or 42.66% from 586); Blue value is 175 (68.75% from 255 or 29.86% from 586); Max value from RGB is 250 - color contains mainly: green. Hex color #A1FAAF is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A1FAAF is #5E0550. Grayscale: #D7D7D7. Windows color (decimal): -6161745 or 11532961. OLE color: 11532961.

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

Color convert

RGB 161 250 175 -
CMYK 0.36 0 0.3 0.02
HSL 129.44º 0.9% 0.81% -
HSV(B) 129.44º 0.36% 0.98% -
XYZ 56.62 79.04 52.83 -
YUV 214.84 105.51 89.6 -
System Red Green Blue C M Y K H S L
Decimal 161 250 175 0.36 0 0.3 0.02 129.44 0.9 0.81
Hex A1 FA AF 24 0 1E 2 81 5A 51
Octal 241 372 257 44 0 36 2 201 132 121
Binary 10100001 11111010 10101111 100100 0 11110 10 10000001 1011010 1010001

Color Harmonies of #A1FAAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1FAAF

Black with #A1FAAF

Text Example


Text Example

White with #A1FAAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1FAAF; }

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

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

background-color css

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

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

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

border-color css

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

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

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