Html Css Color HEX #A1FC7D Pale Green

📋 copy color: '#A1FC7D'

red 161 ◦ green 252 ◦ blue 125

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

Shades of Pale Green #A1FC7D

Tints of Pale Green #A1FC7D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 23.23%

R = 29.93%
G = 46.84%
B = 23.23%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.50

 K value IS 0.01

RGB Variations

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

Color information

#A1FC7D (or 0xA1FC7D) is known color: Pale Green. HEX triplet: A1, FC and 7D. RGB value is (161,252,125). Sum of RGB (Red+Green+Blue) = 161+252+125=538 (71% of max value = 765). Red value is 161 (63.28% from 255 or 29.93% from 538); Green value is 252 (98.83% from 255 or 46.84% from 538); Blue value is 125 (49.22% from 255 or 23.23% from 538); Max value from RGB is 252 - color contains mainly: green. Hex color #A1FC7D is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A1FC7D is #5E0382. Grayscale: #D2D2D2. Windows color (decimal): -6161283 or 8256673. OLE color: 8256673.

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

Color convert

RGB 161 252 125 -
CMYK 0.36 0 0.50 0.01
HSL 102.99º 0.95% 0.74% -
HSV(B) 102.99º 0.5% 0.99% -
XYZ 53.21 78.68 31.78 -
YUV 210.31 79.85 92.83 -
System Red Green Blue C M Y K H S L
Decimal 161 252 125 0.36 0 0.50 0.01 102.99 0.95 0.74
Hex A1 FC 7D 24 0 32 1 67 5F 4A
Octal 241 374 175 44 0 62 1 147 137 112
Binary 10100001 11111100 1111101 100100 0 110010 1 1100111 1011111 1001010

Color Harmonies of #A1FC7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1FC7D

Black with #A1FC7D

Text Example


Text Example

White with #A1FC7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1FC7D; }

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

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

background-color css

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

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

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

border-color css

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

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

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