#A0F6AB

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

Shades of Pale Green #A0F6AB

Tints of Pale Green #A0F6AB

Color information

#A0F6AB (or 0xA0F6AB) is unknown color: approx Pale Green. HEX triplet: A0, F6 and AB. RGB value is (160,246,171). Sum of RGB (Red+Green+Blue) = 160+246+171=577 (76% of max value = 765). Red value is 160 (62.89% from 255 or 27.73% from 577); Green value is 246 (96.48% from 255 or 42.63% from 577); Blue value is 171 (67.19% from 255 or 29.64% from 577); Max value from RGB is 246 - color contains mainly: green. Hex color #A0F6AB is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A0F6AB is #5F0954. Grayscale: #D3D3D3. Windows color (decimal): -6228309 or 11269792. OLE color: 11269792.

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

Color convert

RGB160246171-
CMYK0.3500.300.04
HSL127.67º82.69%79.61%-
HSV(B)127.67º34.96%96.47%-
XYZ54.876.3350.37-
YUV211.74105.0191.1-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 27.73%
GREEN value IS 246 (96.48% from 255) = 42.63%
BLUE value IS 171 (67.19% from 255) = 29.64%
R=27.73%
G=42.63%
B=29.64%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1602461710.3500.300.04127.6782.6979.61
HexA0F6AB2301E4805350
Octal240366253430364200123120
Binary1010000011110110101010111000110111101001000000010100111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0F6AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0F6AB; }

 p { color: rgb(160,246,171); }

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

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

 a { background-color: rgb(160,246,171); }

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

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

 span { border-color: rgb(160,246,171); }

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