Html Css Color HEX #A1FCA1 Pale Green

📋 copy color: '#A1FCA1'

red 161 ◦ green 252 ◦ blue 161

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

Shades of Pale Green #A1FCA1

Tints of Pale Green #A1FCA1

RGB

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

 GREEN value IS 252 (98.83% from 255) = 43.9%

 BLUE value IS 161 (63.28% from 255) = 28.05%

R = 28.05%
G = 43.9%
B = 28.05%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.36

 K value IS 0.01

RGB Variations

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

Color information

#A1FCA1 (or 0xA1FCA1) is known color: Pale Green. HEX triplet: A1, FC and A1. RGB value is (161,252,161). Sum of RGB (Red+Green+Blue) = 161+252+161=574 (76% of max value = 765). Red value is 161 (63.28% from 255 or 28.05% from 574); Green value is 252 (98.83% from 255 or 43.90% from 574); Blue value is 161 (63.28% from 255 or 28.05% from 574); Max value from RGB is 252 - color contains mainly: green. Hex color #A1FCA1 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A1FCA1 is #5E035E. Grayscale: #D6D6D6. Windows color (decimal): -6161247 or 10615969. OLE color: 10615969.

HSL color Cylindrical-coordinate representation of color #A1FCA1: hue angle of 120º degrees, saturation: 0.94, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A1FCA1 is Cyan = 0.36, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.01.

Color convert

RGB 161 252 161 -
CMYK 0.36 0 0.36 0.01
HSL 120º 0.94% 0.81% -
HSV(B) 120º 0.36% 0.99% -
XYZ 55.94 79.77 46.17 -
YUV 214.42 97.85 89.9 -
System Red Green Blue C M Y K H S L
Decimal 161 252 161 0.36 0 0.36 0.01 120 0.94 0.81
Hex A1 FC A1 24 0 24 1 78 5E 51
Octal 241 374 241 44 0 44 1 170 136 121
Binary 10100001 11111100 10100001 100100 0 100100 1 1111000 1011110 1010001

Color Harmonies of #A1FCA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1FCA1

Black with #A1FCA1

Text Example


Text Example

White with #A1FCA1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1FCA1; }

 p { color: rgb(161,252,161); }

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

background-color css

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

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

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

border-color css

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

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

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