#A2FA92

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

Shades of Pale Green #A2FA92

Tints of Pale Green #A2FA92

Color information

#A2FA92 (or 0xA2FA92) is unknown color: approx Pale Green. HEX triplet: A2, FA and 92. RGB value is (162,250,146). Sum of RGB (Red+Green+Blue) = 162+250+146=558 (73% of max value = 765). Red value is 162 (63.67% from 255 or 29.03% from 558); Green value is 250 (98.05% from 255 or 44.80% from 558); Blue value is 146 (57.42% from 255 or 26.16% from 558); Max value from RGB is 250 - color contains mainly: green. Hex color #A2FA92 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A2FA92 is #5D056D. Grayscale: #D4D4D4. Windows color (decimal): -6096238 or 9632418. OLE color: 9632418.

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

Color convert

RGB162250146-
CMYK0.3500.420.02
HSL110.77º91.23%77.65%-
HSV(B)110.77º41.6%98.04%-
XYZ54.2778.1339.41-
YUV211.8390.8592.46-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 29.03%
GREEN value IS 250 (98.05% from 255) = 44.80%
BLUE value IS 146 (57.42% from 255) = 26.16%
R=29.03%
G=44.80%
B=26.16%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1622501460.3500.420.02110.7791.2377.65
HexA2FA922302A26f5b4e
Octal242372222430522157133116
Binary101000101111101010010010100011010101010110111110110111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2FA92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2FA92; }

 p { color: rgb(162,250,146); }

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

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

 a { background-color: rgb(162,250,146); }

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

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

 span { border-color: rgb(162,250,146); }

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