Html Css Color HEX #A1EDA3 Pale Green

📋 copy color: '#A1EDA3'

red 161 ◦ green 237 ◦ blue 163

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

Shades of Pale Green #A1EDA3

Tints of Pale Green #A1EDA3

RGB

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

 GREEN value IS 237 (92.97% from 255) = 42.25%

 BLUE value IS 163 (64.06% from 255) = 29.06%

R = 28.7%
G = 42.25%
B = 29.06%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.31

 K value IS 0.07

RGB Variations

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

Color information

#A1EDA3 (or 0xA1EDA3) is known color: Pale Green. HEX triplet: A1, ED and A3. RGB value is (161,237,163). Sum of RGB (Red+Green+Blue) = 161+237+163=561 (74% of max value = 765). Red value is 161 (63.28% from 255 or 28.70% from 561); Green value is 237 (92.97% from 255 or 42.25% from 561); Blue value is 163 (64.06% from 255 or 29.06% from 561); Max value from RGB is 237 - color contains mainly: green. Hex color #A1EDA3 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A1EDA3 is #5E125C. Grayscale: #CECECE. Windows color (decimal): -6165085 or 10743201. OLE color: 10743201.

HSL color Cylindrical-coordinate representation of color #A1EDA3: hue angle of 121.58º degrees, saturation: 0.68, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A1EDA3 is Cyan = 0.32, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.07.

Color convert

RGB 161 237 163 -
CMYK 0.32 0 0.31 0.07
HSL 121.58º 0.68% 0.78% -
HSV(B) 121.58º 0.32% 0.93% -
XYZ 51.59 70.79 45.59 -
YUV 205.84 103.82 96.02 -
System Red Green Blue C M Y K H S L
Decimal 161 237 163 0.32 0 0.31 0.07 121.58 0.68 0.78
Hex A1 ED A3 20 0 1F 7 7A 44 4E
Octal 241 355 243 40 0 37 7 172 104 116
Binary 10100001 11101101 10100011 100000 0 11111 111 1111010 1000100 1001110

Color Harmonies of #A1EDA3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1EDA3

Black with #A1EDA3

Text Example


Text Example

White with #A1EDA3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1EDA3; }

 p { color: rgb(161,237,163); }

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

background-color css

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

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

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

border-color css

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

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

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