Html Css Color HEX #A4EDA1 Pale Green

📋 copy color: '#A4EDA1'

red 164 ◦ green 237 ◦ blue 161

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

Shades of Pale Green #A4EDA1

Tints of Pale Green #A4EDA1

RGB

 RED value IS 164 (64.45% from 255) = 29.18%

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

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

R = 29.18%
G = 42.17%
B = 28.65%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.32

 K value IS 0.07

RGB Variations

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

Color information

#A4EDA1 (or 0xA4EDA1) is known color: Pale Green. HEX triplet: A4, ED and A1. RGB value is (164,237,161). Sum of RGB (Red+Green+Blue) = 164+237+161=562 (74% of max value = 765). Red value is 164 (64.45% from 255 or 29.18% from 562); Green value is 237 (92.97% from 255 or 42.17% from 562); Blue value is 161 (63.28% from 255 or 28.65% from 562); Max value from RGB is 237 - color contains mainly: green. Hex color #A4EDA1 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A4EDA1 is #5B125E. Grayscale: #CECECE. Windows color (decimal): -5968479 or 10612132. OLE color: 10612132.

HSL color Cylindrical-coordinate representation of color #A4EDA1: hue angle of 117.63º 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 #A4EDA1 is Cyan = 0.31, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.07.

Color convert

RGB 164 237 161 -
CMYK 0.31 0 0.32 0.07
HSL 117.63º 0.68% 0.78% -
HSV(B) 117.63º 0.32% 0.93% -
XYZ 52.03 71.03 44.69 -
YUV 206.51 102.32 97.68 -
System Red Green Blue C M Y K H S L
Decimal 164 237 161 0.31 0 0.32 0.07 117.63 0.68 0.78
Hex A4 ED A1 1F 0 20 7 76 44 4E
Octal 244 355 241 37 0 40 7 166 104 116
Binary 10100100 11101101 10100001 11111 0 100000 111 1110110 1000100 1001110

Color Harmonies of #A4EDA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4EDA1

Black with #A4EDA1

Text Example


Text Example

White with #A4EDA1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4EDA1; }

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

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

background-color css

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

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

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

border-color css

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

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

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