#A2F19D

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

Shades of Pale Green #A2F19D

Tints of Pale Green #A2F19D

Color information

#A2F19D (or 0xA2F19D) is unknown color: approx Pale Green. HEX triplet: A2, F1 and 9D. RGB value is (162,241,157). Sum of RGB (Red+Green+Blue) = 162+241+157=560 (74% of max value = 765). Red value is 162 (63.67% from 255 or 28.93% from 560); Green value is 241 (94.53% from 255 or 43.04% from 560); Blue value is 157 (61.72% from 255 or 28.04% from 560); Max value from RGB is 241 - color contains mainly: green. Hex color #A2F19D is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A2F19D is #5D0E62. Grayscale: #D0D0D0. Windows color (decimal): -6098531 or 10351010. OLE color: 10351010.

HSL color Cylindrical-coordinate representation of color #A2F19D: hue angle of 116.43º degrees, saturation: 0.75, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A2F19D is Cyan = 0.33, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.05.

Color convert

RGB162241157-
CMYK0.3300.350.05
HSL116.43º75%78.04%-
HSV(B)116.43º34.85%94.51%-
XYZ52.4473.0343.23-
YUV207.899.3395.33-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 28.93%
GREEN value IS 241 (94.53% from 255) = 43.04%
BLUE value IS 157 (61.72% from 255) = 28.04%
R=28.93%
G=43.04%
B=28.04%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1622411570.3300.350.05116.437578.04
HexA2F19D210235744b4e
Octal242361235410435164113116
Binary1010001011110001100111011000010100011101111010010010111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2F19D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2F19D; }

 p { color: rgb(162,241,157); }

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

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

 a { background-color: rgb(162,241,157); }

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

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

 span { border-color: rgb(162,241,157); }

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