Html Css Color HEX #A1F494 Pale Green

📋 copy color: '#A1F494'

red 161 ◦ green 244 ◦ blue 148

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

Shades of Pale Green #A1F494

Tints of Pale Green #A1F494

RGB

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

 GREEN value IS 244 (95.7% from 255) = 44.12%

 BLUE value IS 148 (58.2% from 255) = 26.76%

R = 29.11%
G = 44.12%
B = 26.76%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.39

 K value IS 0.04

RGB Variations

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

Color information

#A1F494 (or 0xA1F494) is known color: Pale Green. HEX triplet: A1, F4 and 94. RGB value is (161,244,148). Sum of RGB (Red+Green+Blue) = 161+244+148=553 (73% of max value = 765). Red value is 161 (63.28% from 255 or 29.11% from 553); Green value is 244 (95.70% from 255 or 44.12% from 553); Blue value is 148 (58.20% from 255 or 26.76% from 553); Max value from RGB is 244 - color contains mainly: green. Hex color #A1F494 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A1F494 is #5E0B6B. Grayscale: #D0D0D0. Windows color (decimal): -6163308 or 9761953. OLE color: 9761953.

HSL color Cylindrical-coordinate representation of color #A1F494: hue angle of 111.88º degrees, saturation: 0.81, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #A1F494 is Cyan = 0.34, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.04.

Color convert

RGB 161 244 148 -
CMYK 0.34 0 0.39 0.04
HSL 111.88º 0.81% 0.77% -
HSV(B) 111.88º 0.39% 0.96% -
XYZ 52.39 74.42 39.62 -
YUV 208.24 94 94.31 -
System Red Green Blue C M Y K H S L
Decimal 161 244 148 0.34 0 0.39 0.04 111.88 0.81 0.77
Hex A1 F4 94 22 0 27 4 70 51 4D
Octal 241 364 224 42 0 47 4 160 121 115
Binary 10100001 11110100 10010100 100010 0 100111 100 1110000 1010001 1001101

Color Harmonies of #A1F494

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1F494

Black with #A1F494

Text Example


Text Example

White with #A1F494

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1F494; }

 p { color: rgb(161,244,148); }

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

background-color css

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

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

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

border-color css

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

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

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