#A2F98D

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

Shades of Pale Green #A2F98D

Tints of Pale Green #A2F98D

Color information

#A2F98D (or 0xA2F98D) is unknown color: approx Pale Green. HEX triplet: A2, F9 and 8D. RGB value is (162,249,141). Sum of RGB (Red+Green+Blue) = 162+249+141=552 (73% of max value = 765). Red value is 162 (63.67% from 255 or 29.35% from 552); Green value is 249 (97.66% from 255 or 45.11% from 552); Blue value is 141 (55.47% from 255 or 25.54% from 552); Max value from RGB is 249 - color contains mainly: green. Hex color #A2F98D is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A2F98D is #5D0672. Grayscale: #D3D3D3. Windows color (decimal): -6096499 or 9304482. OLE color: 9304482.

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

Color convert

RGB162249141-
CMYK0.3500.430.02
HSL108.33º90%76.47%-
HSV(B)108.33º43.37%97.65%-
XYZ53.5877.3637.31-
YUV210.6888.6893.28-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 29.35%
GREEN value IS 249 (97.66% from 255) = 45.11%
BLUE value IS 141 (55.47% from 255) = 25.54%
R=29.35%
G=45.11%
B=25.54%

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
Decimal1622491410.3500.430.02108.339076.47
HexA2F98D2302B26c5a4c
Octal242371215430532154132114
Binary101000101111100110001101100011010101110110110010110101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2F98D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2F98D; }

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

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

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

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

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

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

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

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