#A1F0B8

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

Shades of Fringy Flower #A1F0B8

Tints of Fringy Flower #A1F0B8

Color information

#A1F0B8 (or 0xA1F0B8) is unknown color: approx Fringy Flower. HEX triplet: A1, F0 and B8. RGB value is (161,240,184). Sum of RGB (Red+Green+Blue) = 161+240+184=585 (77% of max value = 765). Red value is 161 (63.28% from 255 or 27.52% from 585); Green value is 240 (94.14% from 255 or 41.03% from 585); Blue value is 184 (72.27% from 255 or 31.45% from 585); Max value from RGB is 240 - color contains mainly: green. Hex color #A1F0B8 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A1F0B8 is #5E0F47. Grayscale: #D2D2D2. Windows color (decimal): -6164296 or 12120225. OLE color: 12120225.

HSL color Cylindrical-coordinate representation of color #A1F0B8: hue angle of 137.47º degrees, saturation: 0.72, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A1F0B8 is Cyan = 0.33, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.06.

Color convert

RGB161240184-
CMYK0.3300.230.06
HSL137.47º72.48%78.63%-
HSV(B)137.47º32.92%94.12%-
XYZ54.5173.3656.63-
YUV210113.3393.05-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 27.52%
GREEN value IS 240 (94.14% from 255) = 41.03%
BLUE value IS 184 (72.27% from 255) = 31.45%
R=27.52%
G=41.03%
B=31.45%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1612401840.3300.230.06137.4772.4878.63
HexA1F0B821017689484f
Octal241360270410276211110117
Binary1010000111110000101110001000010101111101000100110010001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1F0B8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1F0B8; }

 p { color: rgb(161,240,184); }

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

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

 a { background-color: rgb(161,240,184); }

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

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

 span { border-color: rgb(161,240,184); }

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