#A1F9A8

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

Shades of Pale Green #A1F9A8

Tints of Pale Green #A1F9A8

Color information

#A1F9A8 (or 0xA1F9A8) is unknown color: approx Pale Green. HEX triplet: A1, F9 and A8. RGB value is (161,249,168). Sum of RGB (Red+Green+Blue) = 161+249+168=578 (76% of max value = 765). Red value is 161 (63.28% from 255 or 27.85% from 578); Green value is 249 (97.66% from 255 or 43.08% from 578); Blue value is 168 (66.02% from 255 or 29.07% from 578); Max value from RGB is 249 - color contains mainly: green. Hex color #A1F9A8 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A1F9A8 is #5E0657. Grayscale: #D5D5D5. Windows color (decimal): -6162008 or 11073953. OLE color: 11073953.

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

Color convert

RGB161249168-
CMYK0.3500.330.02
HSL124.77º88%80.39%-
HSV(B)124.77º35.34%97.65%-
XYZ55.6478.1649.2-
YUV213.45102.3590.59-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 27.85%
GREEN value IS 249 (97.66% from 255) = 43.08%
BLUE value IS 168 (66.02% from 255) = 29.07%
R=27.85%
G=43.08%
B=29.07%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1612491680.3500.330.02124.778880.39
HexA1F9A82302127d5850
Octal241371250430412175130120
Binary101000011111100110101000100011010000110111110110110001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1F9A8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1F9A8; }

 p { color: rgb(161,249,168); }

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

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

 a { background-color: rgb(161,249,168); }

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

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

 span { border-color: rgb(161,249,168); }

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