Html Css Color HEX #A2F0A1 Pale Green

📋 copy color: '#A2F0A1'

red 162 ◦ green 240 ◦ blue 161

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

Shades of Pale Green #A2F0A1

Tints of Pale Green #A2F0A1

RGB

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

 GREEN value IS 240 (94.14% from 255) = 42.63%

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

R = 28.77%
G = 42.63%
B = 28.6%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.33

 K value IS 0.06

RGB Variations

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

Color information

#A2F0A1 (or 0xA2F0A1) is known color: Pale Green. HEX triplet: A2, F0 and A1. RGB value is (162,240,161). Sum of RGB (Red+Green+Blue) = 162+240+161=563 (74% of max value = 765). Red value is 162 (63.67% from 255 or 28.77% from 563); Green value is 240 (94.14% from 255 or 42.63% from 563); Blue value is 161 (63.28% from 255 or 28.60% from 563); Max value from RGB is 240 - color contains mainly: green. Hex color #A2F0A1 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A2F0A1 is #5D0F5E. Grayscale: #CFCFCF. Windows color (decimal): -6098783 or 10612898. OLE color: 10612898.

HSL color Cylindrical-coordinate representation of color #A2F0A1: hue angle of 119.24º degrees, saturation: 0.72, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A2F0A1 is Cyan = 0.32, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.06.

Color convert

RGB 162 240 161 -
CMYK 0.32 0 0.33 0.06
HSL 119.24º 0.72% 0.79% -
HSV(B) 119.24º 0.33% 0.94% -
XYZ 52.49 72.57 44.96 -
YUV 207.67 101.66 95.42 -
System Red Green Blue C M Y K H S L
Decimal 162 240 161 0.32 0 0.33 0.06 119.24 0.72 0.79
Hex A2 F0 A1 20 0 21 6 77 48 4F
Octal 242 360 241 40 0 41 6 167 110 117
Binary 10100010 11110000 10100001 100000 0 100001 110 1110111 1001000 1001111

Color Harmonies of #A2F0A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2F0A1

Black with #A2F0A1

Text Example


Text Example

White with #A2F0A1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2F0A1; }

 p { color: rgb(162,240,161); }

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

background-color css

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

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

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

border-color css

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

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

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