Html Css Color HEX #A2F4A0 Pale Green

📋 copy color: '#A2F4A0'

red 162 ◦ green 244 ◦ blue 160

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

Shades of Pale Green #A2F4A0

Tints of Pale Green #A2F4A0

RGB

 RED value IS 162 (63.67% from 255) = 28.62%

 GREEN value IS 244 (95.7% from 255) = 43.11%

 BLUE value IS 160 (62.89% from 255) = 28.27%

R = 28.62%
G = 43.11%
B = 28.27%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.34

 K value IS 0.04

RGB Variations

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

Color information

#A2F4A0 (or 0xA2F4A0) is known color: Pale Green. HEX triplet: A2, F4 and A0. RGB value is (162,244,160). Sum of RGB (Red+Green+Blue) = 162+244+160=566 (74% of max value = 765). Red value is 162 (63.67% from 255 or 28.62% from 566); Green value is 244 (95.70% from 255 or 43.11% from 566); Blue value is 160 (62.89% from 255 or 28.27% from 566); Max value from RGB is 244 - color contains mainly: green. Hex color #A2F4A0 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A2F4A0 is #5D0B5F. Grayscale: #D2D2D2. Windows color (decimal): -6097760 or 10548386. OLE color: 10548386.

HSL color Cylindrical-coordinate representation of color #A2F4A0: hue angle of 118.57º degrees, saturation: 0.79, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A2F4A0 is Cyan = 0.34, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.04.

Color convert

RGB 162 244 160 -
CMYK 0.34 0 0.34 0.04
HSL 118.57º 0.79% 0.79% -
HSV(B) 118.57º 0.34% 0.96% -
XYZ 53.6 74.92 44.89 -
YUV 209.91 99.83 93.83 -
System Red Green Blue C M Y K H S L
Decimal 162 244 160 0.34 0 0.34 0.04 118.57 0.79 0.79
Hex A2 F4 A0 22 0 22 4 77 4F 4F
Octal 242 364 240 42 0 42 4 167 117 117
Binary 10100010 11110100 10100000 100010 0 100010 100 1110111 1001111 1001111

Color Harmonies of #A2F4A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2F4A0

Black with #A2F4A0

Text Example


Text Example

White with #A2F4A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2F4A0; }

 p { color: rgb(162,244,160); }

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

background-color css

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

 a { background-color: rgb(162,244,160); }

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

border-color css

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

 span { border-color: rgb(162,244,160); }

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