Html Css Color HEX #A1FA9F Pale Green

📋 copy color: '#A1FA9F'

red 161 ◦ green 250 ◦ blue 159

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

Shades of Pale Green #A1FA9F

Tints of Pale Green #A1FA9F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 27.89%

R = 28.25%
G = 43.86%
B = 27.89%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.36

 K value IS 0.02

RGB Variations

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

Color information

#A1FA9F (or 0xA1FA9F) is known color: Pale Green. HEX triplet: A1, FA and 9F. RGB value is (161,250,159). Sum of RGB (Red+Green+Blue) = 161+250+159=570 (75% of max value = 765). Red value is 161 (63.28% from 255 or 28.25% from 570); Green value is 250 (98.05% from 255 or 43.86% from 570); Blue value is 159 (62.5% from 255 or 27.89% from 570); Max value from RGB is 250 - color contains mainly: green. Hex color #A1FA9F is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A1FA9F is #5E0560. Grayscale: #D5D5D5. Windows color (decimal): -6161761 or 10484385. OLE color: 10484385.

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

Color convert

RGB 161 250 159 -
CMYK 0.36 0 0.36 0.02
HSL 118.68º 0.9% 0.8% -
HSV(B) 118.68º 0.36% 0.98% -
XYZ 55.14 78.45 45.04 -
YUV 213.02 97.51 90.9 -
System Red Green Blue C M Y K H S L
Decimal 161 250 159 0.36 0 0.36 0.02 118.68 0.9 0.8
Hex A1 FA 9F 24 0 24 2 77 5A 50
Octal 241 372 237 44 0 44 2 167 132 120
Binary 10100001 11111010 10011111 100100 0 100100 10 1110111 1011010 1010000

Color Harmonies of #A1FA9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1FA9F

Black with #A1FA9F

Text Example


Text Example

White with #A1FA9F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1FA9F; }

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

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

background-color css

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

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

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

border-color css

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

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

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