#A8FBA0

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

Shades of Pale Green #A8FBA0

Tints of Pale Green #A8FBA0

Color information

#A8FBA0 (or 0xA8FBA0) is unknown color: approx Pale Green. HEX triplet: A8, FB and A0. RGB value is (168,251,160). Sum of RGB (Red+Green+Blue) = 168+251+160=579 (76% of max value = 765). Red value is 168 (66.02% from 255 or 29.02% from 579); Green value is 251 (98.44% from 255 or 43.35% from 579); Blue value is 160 (62.89% from 255 or 27.63% from 579); Max value from RGB is 251 - color contains mainly: green. Hex color #A8FBA0 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A8FBA0 is #57045F. Grayscale: #D8D8D8. Windows color (decimal): -5702752 or 10550184. OLE color: 10550184.

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

Color convert

RGB168251160-
CMYK0.3300.360.02
HSL114.73º91.92%80.59%-
HSV(B)114.73º36.25%98.43%-
XYZ56.9979.8645.67-
YUV215.8196.593.9-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 29.02%
GREEN value IS 251 (98.44% from 255) = 43.35%
BLUE value IS 160 (62.89% from 255) = 27.63%
R=29.02%
G=43.35%
B=27.63%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1682511600.3300.360.02114.7391.9280.59
HexA8FBA0210242735c51
Octal250373240410442163134121
Binary101010001111101110100000100001010010010111001110111001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8FBA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8FBA0; }

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

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

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

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

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

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

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

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