#A0FBAC

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

Shades of Pale Green #A0FBAC

Tints of Pale Green #A0FBAC

Color information

#A0FBAC (or 0xA0FBAC) is unknown color: approx Pale Green. HEX triplet: A0, FB and AC. RGB value is (160,251,172). Sum of RGB (Red+Green+Blue) = 160+251+172=583 (77% of max value = 765). Red value is 160 (62.89% from 255 or 27.44% from 583); Green value is 251 (98.44% from 255 or 43.05% from 583); Blue value is 172 (67.58% from 255 or 29.50% from 583); Max value from RGB is 251 - color contains mainly: green. Hex color #A0FBAC is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A0FBAC is #5F0453. Grayscale: #D7D7D7. Windows color (decimal): -6227028 or 11336608. OLE color: 11336608.

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

Color convert

RGB160251172-
CMYK0.3600.310.02
HSL127.91º91.92%80.59%-
HSV(B)127.91º36.25%98.43%-
XYZ56.4479.4551.39-
YUV214.78103.8588.92-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 27.44%
GREEN value IS 251 (98.44% from 255) = 43.05%
BLUE value IS 172 (67.58% from 255) = 29.50%
R=27.44%
G=43.05%
B=29.50%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1602511720.3600.310.02127.9191.9280.59
HexA0FBAC2401F2805c51
Octal240373254440372200134121
Binary101000001111101110101100100100011111101000000010111001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0FBAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0FBAC; }

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

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

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

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

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

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

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

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