#A2FBAC

Color #A2FBAC Pale Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pale Green #A2FBAC

Tints of Pale Green #A2FBAC

Color information

#A2FBAC (or 0xA2FBAC) is unknown color: approx Pale Green. HEX triplet: A2, FB and AC. RGB value is (162,251,172). Sum of RGB (Red+Green+Blue) = 162+251+172=585 (77% of max value = 765). Red value is 162 (63.67% from 255 or 27.69% from 585); Green value is 251 (98.44% from 255 or 42.91% from 585); Blue value is 172 (67.58% from 255 or 29.40% from 585); Max value from RGB is 251 - color contains mainly: green. Hex color #A2FBAC is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A2FBAC is #5D0453. Grayscale: #D7D7D7. Windows color (decimal): -6095956 or 11336610. OLE color: 11336610.

HSL color Cylindrical-coordinate representation of color #A2FBAC: hue angle of 126.74º degrees, saturation: 0.92, 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 #A2FBAC is Cyan = 0.35, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.02.

Color convert

RGB162251172-
CMYK0.3500.310.02
HSL126.74º91.75%80.98%-
HSV(B)126.74º35.46%98.43%-
XYZ56.8479.6551.41-
YUV215.38103.5189.92-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 27.69%
GREEN value IS 251 (98.44% from 255) = 42.91%
BLUE value IS 172 (67.58% from 255) = 29.40%
R=27.69%
G=42.91%
B=29.40%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1622511720.3500.310.02126.7491.7580.98
HexA2FBAC2301F27f5c51
Octal242373254430372177134121
Binary10100010111110111010110010001101111110111111110111001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2FBAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2FBAC; }

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

 H1.HeaderClassName
 {
   color: #A2FBAC;
 }
 .AnyTagClassName
 {
   color: #A2FBAC;
 }
</style>
background-color css

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

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

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

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

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

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