Html Css Color HEX #A1F196 Pale Green

📋 copy color: '#A1F196'

red 161 ◦ green 241 ◦ blue 150

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

Shades of Pale Green #A1F196

Tints of Pale Green #A1F196

RGB

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

 GREEN value IS 241 (94.53% from 255) = 43.66%

 BLUE value IS 150 (58.98% from 255) = 27.17%

R = 29.17%
G = 43.66%
B = 27.17%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.38

 K value IS 0.05

RGB Variations

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

Color information

#A1F196 (or 0xA1F196) is known color: Pale Green. HEX triplet: A1, F1 and 96. RGB value is (161,241,150). Sum of RGB (Red+Green+Blue) = 161+241+150=552 (73% of max value = 765). Red value is 161 (63.28% from 255 or 29.17% from 552); Green value is 241 (94.53% from 255 or 43.66% from 552); Blue value is 150 (58.98% from 255 or 27.17% from 552); Max value from RGB is 241 - color contains mainly: green. Hex color #A1F196 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A1F196 is #5E0E69. Grayscale: #CECECE. Windows color (decimal): -6164074 or 9892257. OLE color: 9892257.

HSL color Cylindrical-coordinate representation of color #A1F196: hue angle of 112.75º degrees, saturation: 0.76, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #A1F196 is Cyan = 0.33, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.05.

Color convert

RGB 161 241 150 -
CMYK 0.33 0 0.38 0.05
HSL 112.75º 0.76% 0.77% -
HSV(B) 112.75º 0.38% 0.95% -
XYZ 51.66 72.69 40.16 -
YUV 206.71 96 95.4 -
System Red Green Blue C M Y K H S L
Decimal 161 241 150 0.33 0 0.38 0.05 112.75 0.76 0.77
Hex A1 F1 96 21 0 26 5 71 4C 4D
Octal 241 361 226 41 0 46 5 161 114 115
Binary 10100001 11110001 10010110 100001 0 100110 101 1110001 1001100 1001101

Color Harmonies of #A1F196

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1F196

Black with #A1F196

Text Example


Text Example

White with #A1F196

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1F196; }

 p { color: rgb(161,241,150); }

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

background-color css

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

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

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

border-color css

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

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

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