#A2F993

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

Shades of Pale Green #A2F993

Tints of Pale Green #A2F993

Color information

#A2F993 (or 0xA2F993) is unknown color: approx Pale Green. HEX triplet: A2, F9 and 93. RGB value is (162,249,147). Sum of RGB (Red+Green+Blue) = 162+249+147=558 (73% of max value = 765). Red value is 162 (63.67% from 255 or 29.03% from 558); Green value is 249 (97.66% from 255 or 44.62% from 558); Blue value is 147 (57.81% from 255 or 26.34% from 558); Max value from RGB is 249 - color contains mainly: green. Hex color #A2F993 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A2F993 is #5D066C. Grayscale: #D3D3D3. Windows color (decimal): -6096493 or 9697698. OLE color: 9697698.

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

Color convert

RGB162249147-
CMYK0.3500.410.02
HSL111.18º89.47%77.65%-
HSV(B)111.18º40.96%97.65%-
XYZ54.0477.5439.72-
YUV211.3691.6892.79-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 29.03%
GREEN value IS 249 (97.66% from 255) = 44.62%
BLUE value IS 147 (57.81% from 255) = 26.34%
R=29.03%
G=44.62%
B=26.34%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1622491470.3500.410.02111.1889.4777.65
HexA2F9932302926f594e
Octal242371223430512157131116
Binary101000101111100110010011100011010100110110111110110011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2F993

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2F993; }

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

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

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

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

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

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

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

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