#A2F98F

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

Shades of Pale Green #A2F98F

Tints of Pale Green #A2F98F

Color information

#A2F98F (or 0xA2F98F) is unknown color: approx Pale Green. HEX triplet: A2, F9 and 8F. RGB value is (162,249,143). Sum of RGB (Red+Green+Blue) = 162+249+143=554 (73% of max value = 765). Red value is 162 (63.67% from 255 or 29.24% from 554); Green value is 249 (97.66% from 255 or 44.95% from 554); Blue value is 143 (56.25% from 255 or 25.81% from 554); Max value from RGB is 249 - color contains mainly: green. Hex color #A2F98F is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A2F98F is #5D0670. Grayscale: #D3D3D3. Windows color (decimal): -6096497 or 9435554. OLE color: 9435554.

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

Color convert

RGB162249143-
CMYK0.3500.430.02
HSL109.25º89.83%76.86%-
HSV(B)109.25º42.57%97.65%-
XYZ53.7377.4238.1-
YUV210.989.6893.12-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 29.24%
GREEN value IS 249 (97.66% from 255) = 44.95%
BLUE value IS 143 (56.25% from 255) = 25.81%
R=29.24%
G=44.95%
B=25.81%

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
Decimal1622491430.3500.430.02109.2589.8376.86
HexA2F98F2302B26d5a4d
Octal242371217430532155132115
Binary101000101111100110001111100011010101110110110110110101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2F98F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2F98F; }

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

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

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

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

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

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

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

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