#A2FB8F

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

Shades of Pale Green #A2FB8F

Tints of Pale Green #A2FB8F

Color information

#A2FB8F (or 0xA2FB8F) is unknown color: approx Pale Green. HEX triplet: A2, FB and 8F. RGB value is (162,251,143). Sum of RGB (Red+Green+Blue) = 162+251+143=556 (73% of max value = 765). Red value is 162 (63.67% from 255 or 29.14% from 556); Green value is 251 (98.44% from 255 or 45.14% from 556); Blue value is 143 (56.25% from 255 or 25.72% from 556); Max value from RGB is 251 - color contains mainly: green. Hex color #A2FB8F is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A2FB8F is #5D0470. Grayscale: #D4D4D4. Windows color (decimal): -6095985 or 9436066. OLE color: 9436066.

HSL color Cylindrical-coordinate representation of color #A2FB8F: hue angle of 109.44º degrees, saturation: 0.93, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #A2FB8F is Cyan = 0.35, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.02.

Color convert

RGB162251143-
CMYK0.3500.430.02
HSL109.44º93.1%77.25%-
HSV(B)109.44º43.03%98.43%-
XYZ54.3678.6638.3-
YUV212.0889.0192.28-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 29.14%
GREEN value IS 251 (98.44% from 255) = 45.14%
BLUE value IS 143 (56.25% from 255) = 25.72%
R=29.14%
G=45.14%
B=25.72%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1622511430.3500.430.02109.4493.177.25
HexA2FB8F2302B26d5d4d
Octal242373217430532155135115
Binary101000101111101110001111100011010101110110110110111011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2FB8F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2FB8F; }

 p { color: rgb(162,251,143); }

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

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

 a { background-color: rgb(162,251,143); }

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

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

 span { border-color: rgb(162,251,143); }

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