#A0FCAF

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

Shades of Pale Green #A0FCAF

Tints of Pale Green #A0FCAF

Color information

#A0FCAF (or 0xA0FCAF) is unknown color: approx Pale Green. HEX triplet: A0, FC and AF. RGB value is (160,252,175). Sum of RGB (Red+Green+Blue) = 160+252+175=587 (77% of max value = 765). Red value is 160 (62.89% from 255 or 27.26% from 587); Green value is 252 (98.83% from 255 or 42.93% from 587); Blue value is 175 (68.75% from 255 or 29.81% from 587); Max value from RGB is 252 - color contains mainly: green. Hex color #A0FCAF is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A0FCAF is #5F0350. Grayscale: #D7D7D7. Windows color (decimal): -6226769 or 11533472. OLE color: 11533472.

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

Color convert

RGB160252175-
CMYK0.3700.310.01
HSL129.78º93.88%80.78%-
HSV(B)129.78º36.51%98.82%-
XYZ57.0580.1953.03-
YUV215.71105.0288.26-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 27.26%
GREEN value IS 252 (98.83% from 255) = 42.93%
BLUE value IS 175 (68.75% from 255) = 29.81%
R=27.26%
G=42.93%
B=29.81%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1602521750.3700.310.01129.7893.8880.78
HexA0FCAF2501F1825e51
Octal240374257450371202136121
Binary10100000111111001010111110010101111111000001010111101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0FCAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0FCAF; }

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

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

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

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

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

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

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

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