#A1FBA4

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

Shades of Pale Green #A1FBA4

Tints of Pale Green #A1FBA4

Color information

#A1FBA4 (or 0xA1FBA4) is unknown color: approx Pale Green. HEX triplet: A1, FB and A4. RGB value is (161,251,164). Sum of RGB (Red+Green+Blue) = 161+251+164=576 (76% of max value = 765). Red value is 161 (63.28% from 255 or 27.95% from 576); Green value is 251 (98.44% from 255 or 43.58% from 576); Blue value is 164 (64.45% from 255 or 28.47% from 576); Max value from RGB is 251 - color contains mainly: green. Hex color #A1FBA4 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A1FBA4 is #5E045B. Grayscale: #D6D6D6. Windows color (decimal): -6161500 or 10812321. OLE color: 10812321.

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

Color convert

RGB161251164-
CMYK0.3600.350.02
HSL122º91.84%80.78%-
HSV(B)122º35.86%98.43%-
XYZ55.979.2547.47-
YUV214.1799.6890.07-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 27.95%
GREEN value IS 251 (98.44% from 255) = 43.58%
BLUE value IS 164 (64.45% from 255) = 28.47%
R=27.95%
G=43.58%
B=28.47%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1612511640.3600.350.0212291.8480.78
HexA1FBA42402327a5c51
Octal241373244440432172134121
Binary101000011111101110100100100100010001110111101010111001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1FBA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1FBA4; }

 p { color: rgb(161,251,164); }

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

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

 a { background-color: rgb(161,251,164); }

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

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

 span { border-color: rgb(161,251,164); }

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