#A2FB8D

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

Shades of Pale Green #A2FB8D

Tints of Pale Green #A2FB8D

Color information

#A2FB8D (or 0xA2FB8D) is unknown color: approx Pale Green. HEX triplet: A2, FB and 8D. RGB value is (162,251,141). Sum of RGB (Red+Green+Blue) = 162+251+141=554 (73% of max value = 765). Red value is 162 (63.67% from 255 or 29.24% from 554); Green value is 251 (98.44% from 255 or 45.31% from 554); Blue value is 141 (55.47% from 255 or 25.45% from 554); Max value from RGB is 251 - color contains mainly: green. Hex color #A2FB8D is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A2FB8D is #5D0472. Grayscale: #D4D4D4. Windows color (decimal): -6095987 or 9304994. OLE color: 9304994.

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

Color convert

RGB162251141-
CMYK0.3500.440.02
HSL108.55º93.22%76.86%-
HSV(B)108.55º43.82%98.43%-
XYZ54.2178.637.51-
YUV211.8588.0192.44-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 29.24%
GREEN value IS 251 (98.44% from 255) = 45.31%
BLUE value IS 141 (55.47% from 255) = 25.45%
R=29.24%
G=45.31%
B=25.45%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1622511410.3500.440.02108.5593.2276.86
HexA2FB8D2302C26d5d4d
Octal242373215430542155135115
Binary101000101111101110001101100011010110010110110110111011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2FB8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2FB8D; }

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

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

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

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

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

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

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

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