#A1FA98

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

Shades of Pale Green #A1FA98

Tints of Pale Green #A1FA98

Color information

#A1FA98 (or 0xA1FA98) is unknown color: approx Pale Green. HEX triplet: A1, FA and 98. RGB value is (161,250,152). Sum of RGB (Red+Green+Blue) = 161+250+152=563 (74% of max value = 765). Red value is 161 (63.28% from 255 or 28.60% from 563); Green value is 250 (98.05% from 255 or 44.40% from 563); Blue value is 152 (59.77% from 255 or 27.00% from 563); Max value from RGB is 250 - color contains mainly: green. Hex color #A1FA98 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A1FA98 is #5E0567. Grayscale: #D4D4D4. Windows color (decimal): -6161768 or 10025633. OLE color: 10025633.

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

Color convert

RGB161250152-
CMYK0.3600.390.02
HSL114.49º90.74%78.82%-
HSV(B)114.49º39.2%98.04%-
XYZ54.5578.2241.93-
YUV212.2294.0191.47-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 28.60%
GREEN value IS 250 (98.05% from 255) = 44.40%
BLUE value IS 152 (59.77% from 255) = 27.00%
R=28.60%
G=44.40%
B=27.00%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1612501520.3600.390.02114.4990.7478.82
HexA1FA98240272725b4f
Octal241372230440472162133117
Binary101000011111101010011000100100010011110111001010110111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1FA98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1FA98; }

 p { color: rgb(161,250,152); }

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

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

 a { background-color: rgb(161,250,152); }

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

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

 span { border-color: rgb(161,250,152); }

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