#A0FBAD

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

Shades of Pale Green #A0FBAD

Tints of Pale Green #A0FBAD

Color information

#A0FBAD (or 0xA0FBAD) is unknown color: approx Pale Green. HEX triplet: A0, FB and AD. RGB value is (160,251,173). Sum of RGB (Red+Green+Blue) = 160+251+173=584 (77% of max value = 765). Red value is 160 (62.89% from 255 or 27.40% from 584); Green value is 251 (98.44% from 255 or 42.98% from 584); Blue value is 173 (67.97% from 255 or 29.62% from 584); Max value from RGB is 251 - color contains mainly: green. Hex color #A0FBAD is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A0FBAD is #5F0452. Grayscale: #D7D7D7. Windows color (decimal): -6227027 or 11402144. OLE color: 11402144.

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

Color convert

RGB160251173-
CMYK0.3600.310.02
HSL128.57º91.92%80.59%-
HSV(B)128.57º36.25%98.43%-
XYZ56.5479.4951.9-
YUV214.9104.3588.84-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 27.40%
GREEN value IS 251 (98.44% from 255) = 42.98%
BLUE value IS 173 (67.97% from 255) = 29.62%
R=27.40%
G=42.98%
B=29.62%

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
Decimal1602511730.3600.310.02128.5791.9280.59
HexA0FBAD2401F2815c51
Octal240373255440372201134121
Binary101000001111101110101101100100011111101000000110111001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0FBAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0FBAD; }

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

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

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

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

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

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

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

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