Html Css Color HEX #A2FAAC Pale Green

📋 copy color: '#A2FAAC'

red 162 ◦ green 250 ◦ blue 172

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

Shades of Pale Green #A2FAAC

Tints of Pale Green #A2FAAC

RGB

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

 GREEN value IS 250 (98.05% from 255) = 42.81%

 BLUE value IS 172 (67.58% from 255) = 29.45%

R = 27.74%
G = 42.81%
B = 29.45%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.31

 K value IS 0.02

RGB Variations

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

Color information

#A2FAAC (or 0xA2FAAC) is known color: Pale Green. HEX triplet: A2, FA and AC. RGB value is (162,250,172). Sum of RGB (Red+Green+Blue) = 162+250+172=584 (77% of max value = 765). Red value is 162 (63.67% from 255 or 27.74% from 584); Green value is 250 (98.05% from 255 or 42.81% from 584); Blue value is 172 (67.58% from 255 or 29.45% from 584); Max value from RGB is 250 - color contains mainly: green. Hex color #A2FAAC is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A2FAAC is #5D0553. Grayscale: #D7D7D7. Windows color (decimal): -6096212 or 11336354. OLE color: 11336354.

HSL color Cylindrical-coordinate representation of color #A2FAAC: hue angle of 126.82º degrees, saturation: 0.9, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A2FAAC is Cyan = 0.35, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.02.

Color convert

RGB 162 250 172 -
CMYK 0.35 0 0.31 0.02
HSL 126.82º 0.9% 0.81% -
HSV(B) 126.82º 0.35% 0.98% -
XYZ 56.53 79.03 51.3 -
YUV 214.8 103.85 90.34 -
System Red Green Blue C M Y K H S L
Decimal 162 250 172 0.35 0 0.31 0.02 126.82 0.9 0.81
Hex A2 FA AC 23 0 1F 2 7F 5A 51
Octal 242 372 254 43 0 37 2 177 132 121
Binary 10100010 11111010 10101100 100011 0 11111 10 1111111 1011010 1010001

Color Harmonies of #A2FAAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2FAAC

Black with #A2FAAC

Text Example


Text Example

White with #A2FAAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2FAAC; }

 p { color: rgb(162,250,172); }

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

background-color css

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

 a { background-color: rgb(162,250,172); }

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

border-color css

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

 span { border-color: rgb(162,250,172); }

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