#A0FCB0

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

Shades of Pale Green #A0FCB0

Tints of Pale Green #A0FCB0

Color information

#A0FCB0 (or 0xA0FCB0) is unknown color: approx Pale Green. HEX triplet: A0, FC and B0. RGB value is (160,252,176). Sum of RGB (Red+Green+Blue) = 160+252+176=588 (77% of max value = 765). Red value is 160 (62.89% from 255 or 27.21% from 588); Green value is 252 (98.83% from 255 or 42.86% from 588); Blue value is 176 (69.14% from 255 or 29.93% from 588); Max value from RGB is 252 - color contains mainly: green. Hex color #A0FCB0 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A0FCB0 is #5F034F. Grayscale: #D8D8D8. Windows color (decimal): -6226768 or 11599008. OLE color: 11599008.

HSL color Cylindrical-coordinate representation of color #A0FCB0: hue angle of 130.43º degrees, saturation: 0.94, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A0FCB0 is Cyan = 0.37, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.01.

Color convert

RGB160252176-
CMYK0.3700.300.01
HSL130.43º93.88%80.78%-
HSV(B)130.43º36.51%98.82%-
XYZ57.1480.2353.55-
YUV215.83105.5288.18-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 27.21%
GREEN value IS 252 (98.83% from 255) = 42.86%
BLUE value IS 176 (69.14% from 255) = 29.93%
R=27.21%
G=42.86%
B=29.93%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1602521760.3700.300.01130.4393.8880.78
HexA0FCB02501E1825e51
Octal240374260450361202136121
Binary10100000111111001011000010010101111011000001010111101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0FCB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0FCB0; }

 p { color: rgb(160,252,176); }

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

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

 a { background-color: rgb(160,252,176); }

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

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

 span { border-color: rgb(160,252,176); }

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