Html Css Color HEX #A1EBA1 Pale Green

📋 copy color: '#A1EBA1'

red 161 ◦ green 235 ◦ blue 161

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

Shades of Pale Green #A1EBA1

Tints of Pale Green #A1EBA1

RGB

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

 GREEN value IS 235 (92.19% from 255) = 42.19%

 BLUE value IS 161 (63.28% from 255) = 28.9%

R = 28.9%
G = 42.19%
B = 28.9%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.31

 K value IS 0.08

RGB Variations

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

Color information

#A1EBA1 (or 0xA1EBA1) is known color: Pale Green. HEX triplet: A1, EB and A1. RGB value is (161,235,161). Sum of RGB (Red+Green+Blue) = 161+235+161=557 (73% of max value = 765). Red value is 161 (63.28% from 255 or 28.90% from 557); Green value is 235 (92.19% from 255 or 42.19% from 557); Blue value is 161 (63.28% from 255 or 28.90% from 557); Max value from RGB is 235 - color contains mainly: green. Hex color #A1EBA1 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A1EBA1 is #5E145E. Grayscale: #CCCCCC. Windows color (decimal): -6165599 or 10611617. OLE color: 10611617.

HSL color Cylindrical-coordinate representation of color #A1EBA1: hue angle of 120º degrees, saturation: 0.65, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A1EBA1 is Cyan = 0.31, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.08.

Color convert

RGB 161 235 161 -
CMYK 0.31 0 0.31 0.08
HSL 120º 0.65% 0.78% -
HSV(B) 120º 0.31% 0.92% -
XYZ 50.84 69.57 44.47 -
YUV 204.44 103.48 97.02 -
System Red Green Blue C M Y K H S L
Decimal 161 235 161 0.31 0 0.31 0.08 120 0.65 0.78
Hex A1 EB A1 1F 0 1F 8 78 41 4E
Octal 241 353 241 37 0 37 10 170 101 116
Binary 10100001 11101011 10100001 11111 0 11111 1000 1111000 1000001 1001110

Color Harmonies of #A1EBA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1EBA1

Black with #A1EBA1

Text Example


Text Example

White with #A1EBA1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1EBA1; }

 p { color: rgb(161,235,161); }

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

background-color css

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

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

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

border-color css

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

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

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