#A0FA85

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

Shades of Pale Green #A0FA85

Tints of Pale Green #A0FA85

Color information

#A0FA85 (or 0xA0FA85) is unknown color: approx Pale Green. HEX triplet: A0, FA and 85. RGB value is (160,250,133). Sum of RGB (Red+Green+Blue) = 160+250+133=543 (71% of max value = 765). Red value is 160 (62.89% from 255 or 29.47% from 543); Green value is 250 (98.05% from 255 or 46.04% from 543); Blue value is 133 (52.34% from 255 or 24.49% from 543); Max value from RGB is 250 - color contains mainly: green. Hex color #A0FA85 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A0FA85 is #5F057A. Grayscale: #D2D2D2. Windows color (decimal): -6227323 or 8780448. OLE color: 8780448.

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

Color convert

RGB160250133-
CMYK0.3600.470.02
HSL106.15º92.13%75.1%-
HSV(B)106.15º46.8%98.04%-
XYZ52.9277.5434.37-
YUV209.7584.6892.51-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 29.47%
GREEN value IS 250 (98.05% from 255) = 46.04%
BLUE value IS 133 (52.34% from 255) = 24.49%
R=29.47%
G=46.04%
B=24.49%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1602501330.3600.470.02106.1592.1375.1
HexA0FA852402F26a5c4b
Octal240372205440572152134113
Binary101000001111101010000101100100010111110110101010111001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0FA85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0FA85; }

 p { color: rgb(160,250,133); }

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

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

 a { background-color: rgb(160,250,133); }

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

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

 span { border-color: rgb(160,250,133); }

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