#A2F394

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

Shades of Pale Green #A2F394

Tints of Pale Green #A2F394

Color information

#A2F394 (or 0xA2F394) is unknown color: approx Pale Green. HEX triplet: A2, F3 and 94. RGB value is (162,243,148). Sum of RGB (Red+Green+Blue) = 162+243+148=553 (73% of max value = 765). Red value is 162 (63.67% from 255 or 29.29% from 553); Green value is 243 (95.31% from 255 or 43.94% from 553); Blue value is 148 (58.20% from 255 or 26.76% from 553); Max value from RGB is 243 - color contains mainly: green. Hex color #A2F394 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A2F394 is #5D0C6B. Grayscale: #D0D0D0. Windows color (decimal): -6098028 or 9761698. OLE color: 9761698.

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

Color convert

RGB162243148-
CMYK0.3300.390.05
HSL111.16º79.83%76.67%-
HSV(B)111.16º39.09%95.29%-
XYZ52.373.9239.53-
YUV207.9594.1695.22-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 29.29%
GREEN value IS 243 (95.31% from 255) = 43.94%
BLUE value IS 148 (58.20% from 255) = 26.76%
R=29.29%
G=43.94%
B=26.76%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1622431480.3300.390.05111.1679.8376.67
HexA2F3942102756f504d
Octal242363224410475157120115
Binary1010001011110011100101001000010100111101110111110100001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2F394

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2F394; }

 p { color: rgb(162,243,148); }

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

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

 a { background-color: rgb(162,243,148); }

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

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

 span { border-color: rgb(162,243,148); }

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