Html Css Color HEX #A1FA95 Pale Green

📋 copy color: '#A1FA95'

red 161 ◦ green 250 ◦ blue 149

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

Shades of Pale Green #A1FA95

Tints of Pale Green #A1FA95

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 26.61%

R = 28.75%
G = 44.64%
B = 26.61%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.40

 K value IS 0.02

RGB Variations

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

Color information

#A1FA95 (or 0xA1FA95) is known color: Pale Green. HEX triplet: A1, FA and 95. RGB value is (161,250,149). Sum of RGB (Red+Green+Blue) = 161+250+149=560 (74% of max value = 765). Red value is 161 (63.28% from 255 or 28.75% from 560); Green value is 250 (98.05% from 255 or 44.64% from 560); Blue value is 149 (58.59% from 255 or 26.61% from 560); Max value from RGB is 250 - color contains mainly: green. Hex color #A1FA95 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A1FA95 is #5E056A. Grayscale: #D4D4D4. Windows color (decimal): -6161771 or 9829025. OLE color: 9829025.

HSL color Cylindrical-coordinate representation of color #A1FA95: hue angle of 112.87º degrees, saturation: 0.91, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A1FA95 is Cyan = 0.36, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.02.

Color convert

RGB 161 250 149 -
CMYK 0.36 0 0.40 0.02
HSL 112.87º 0.91% 0.78% -
HSV(B) 112.87º 0.4% 0.98% -
XYZ 54.31 78.12 40.65 -
YUV 211.88 92.51 91.71 -
System Red Green Blue C M Y K H S L
Decimal 161 250 149 0.36 0 0.40 0.02 112.87 0.91 0.78
Hex A1 FA 95 24 0 28 2 71 5B 4E
Octal 241 372 225 44 0 50 2 161 133 116
Binary 10100001 11111010 10010101 100100 0 101000 10 1110001 1011011 1001110

Color Harmonies of #A1FA95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1FA95

Black with #A1FA95

Text Example


Text Example

White with #A1FA95

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1FA95; }

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

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

background-color css

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

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

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

border-color css

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

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

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