Html Css Color HEX #A1F296 Pale Green

📋 copy color: '#A1F296'

red 161 ◦ green 242 ◦ blue 150

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

Shades of Pale Green #A1F296

Tints of Pale Green #A1F296

RGB

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

 GREEN value IS 242 (94.92% from 255) = 43.76%

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

R = 29.11%
G = 43.76%
B = 27.12%

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

#A1F296 (or 0xA1F296) is known color: Pale Green. HEX triplet: A1, F2 and 96. RGB value is (161,242,150). Sum of RGB (Red+Green+Blue) = 161+242+150=553 (73% of max value = 765). Red value is 161 (63.28% from 255 or 29.11% from 553); Green value is 242 (94.92% from 255 or 43.76% from 553); Blue value is 150 (58.98% from 255 or 27.12% from 553); Max value from RGB is 242 - color contains mainly: green. Hex color #A1F296 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A1F296 is #5E0D69. Grayscale: #CFCFCF. Windows color (decimal): -6163818 or 9892513. OLE color: 9892513.

HSL color Cylindrical-coordinate representation of color #A1F296: hue angle of 112.83º degrees, saturation: 0.78, 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 #A1F296 is Cyan = 0.33, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.05.

Color convert

RGB 161 242 150 -
CMYK 0.33 0 0.38 0.05
HSL 112.83º 0.78% 0.77% -
HSV(B) 112.83º 0.38% 0.95% -
XYZ 51.96 73.28 40.26 -
YUV 207.29 95.66 94.98 -
System Red Green Blue C M Y K H S L
Decimal 161 242 150 0.33 0 0.38 0.05 112.83 0.78 0.77
Hex A1 F2 96 21 0 26 5 71 4E 4D
Octal 241 362 226 41 0 46 5 161 116 115
Binary 10100001 11110010 10010110 100001 0 100110 101 1110001 1001110 1001101

Color Harmonies of #A1F296

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1F296

Black with #A1F296

Text Example


Text Example

White with #A1F296

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1F296; }

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

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

background-color css

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

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

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

border-color css

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

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

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