#A1F9B7

Color #A1F9B7 Fringy Flower (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fringy Flower #A1F9B7

Tints of Fringy Flower #A1F9B7

Color information

#A1F9B7 (or 0xA1F9B7) is unknown color: approx Fringy Flower. HEX triplet: A1, F9 and B7. RGB value is (161,249,183). Sum of RGB (Red+Green+Blue) = 161+249+183=593 (78% of max value = 765). Red value is 161 (63.28% from 255 or 27.15% from 593); Green value is 249 (97.66% from 255 or 41.99% from 593); Blue value is 183 (71.88% from 255 or 30.86% from 593); Max value from RGB is 249 - color contains mainly: green. Hex color #A1F9B7 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A1F9B7 is #5E0648. Grayscale: #D7D7D7. Windows color (decimal): -6161993 or 12056993. OLE color: 12056993.

HSL color Cylindrical-coordinate representation of color #A1F9B7: hue angle of 135º 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 #A1F9B7 is Cyan = 0.35, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.02.

Color convert

RGB161249183-
CMYK0.3500.270.02
HSL135º88%80.39%-
HSV(B)135º35.34%97.65%-
XYZ57.1278.7556.99-
YUV215.16109.8589.37-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 27.15%
GREEN value IS 249 (97.66% from 255) = 41.99%
BLUE value IS 183 (71.88% from 255) = 30.86%
R=27.15%
G=41.99%
B=30.86%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1612491830.3500.270.021358880.39
HexA1F9B72301B2875850
Octal241371267430332207130120
Binary101000011111100110110111100011011011101000011110110001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1F9B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1F9B7; }

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

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

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

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

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

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

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

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