#a3ffb8

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

Shades of Fringy Flower #A3FFB8

Tints of Fringy Flower #A3FFB8

Color information

#A3FFB8 (or 0xA3FFB8) is unknown color: approx Fringy Flower. HEX triplet: A3, FF and B8. RGB value is (163,255,184). Sum of RGB (Red+Green+Blue) = 163+255+184=602 (79% of max value = 765). Red value is 163 (64.06% from 255 or 27.08% from 602); Green value is 255 (100% from 255 or 42.36% from 602); Blue value is 184 (72.27% from 255 or 30.56% from 602); Max value from RGB is 255 - color contains mainly: green. Hex color #A3FFB8 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A3FFB8 is #5C0047. Grayscale: #DBDBDB. Windows color (decimal): -6029384 or 12124067. OLE color: 12124067.

HSL color Cylindrical-coordinate representation of color #A3FFB8: hue angle of 133.7º degrees, saturation: 1, lightness: 0.82%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A3FFB8 is Cyan = 0.36, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.

Color convert

RGB163255184-
CMYK0.3600.280
HSL133.7º100%81.96%-
HSV(B)133.7º36.08%100%-
XYZ59.5282.7758.19-
YUV219.4108.0287.77-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 27.08%
GREEN value IS 255 (100% from 255) = 42.36%
BLUE value IS 184 (72.27% from 255) = 30.56%
R=27.08%
G=42.36%
B=30.56%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1632551840.3600.280133.710081.96
HexA3FFB82401C0866452
Octal243377270440340206144122
Binary10100011111111111011100010010001110001000011011001001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a3ffb8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a3ffb8; }

 p { color: rgb(163,255,184); }

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

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

 a { background-color: rgb(163,255,184); }

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

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

 span { border-color: rgb(163,255,184); }

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