#A0FB7E

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

Shades of Pale Green #A0FB7E

Tints of Pale Green #A0FB7E

Color information

#A0FB7E (or 0xA0FB7E) is unknown color: approx Pale Green. HEX triplet: A0, FB and 7E. RGB value is (160,251,126). Sum of RGB (Red+Green+Blue) = 160+251+126=537 (71% of max value = 765). Red value is 160 (62.89% from 255 or 29.80% from 537); Green value is 251 (98.44% from 255 or 46.74% from 537); Blue value is 126 (49.61% from 255 or 23.46% from 537); Max value from RGB is 251 - color contains mainly: green. Hex color #A0FB7E is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A0FB7E is #5F0481. Grayscale: #D1D1D1. Windows color (decimal): -6227074 or 8321952. OLE color: 8321952.

HSL color Cylindrical-coordinate representation of color #A0FB7E: hue angle of 103.68º degrees, saturation: 0.94, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A0FB7E is Cyan = 0.36, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.02.

Color convert

RGB160251126-
CMYK0.3600.500.02
HSL103.68º93.98%73.92%-
HSV(B)103.68º49.8%98.43%-
XYZ52.7677.9732.01-
YUV209.5480.8592.66-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 29.80%
GREEN value IS 251 (98.44% from 255) = 46.74%
BLUE value IS 126 (49.61% from 255) = 23.46%
R=29.80%
G=46.74%
B=23.46%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1602511260.3600.500.02103.6893.9873.92
HexA0FB7E240322685e4a
Octal240373176440622150136112
Binary10100000111110111111110100100011001010110100010111101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0FB7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0FB7E; }

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

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

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

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

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

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

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

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