#A2FFB8

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

Shades of Fringy Flower #A2FFB8

Tints of Fringy Flower #A2FFB8

Color information

#A2FFB8 (or 0xA2FFB8) is unknown color: approx Fringy Flower. HEX triplet: A2, FF and B8. RGB value is (162,255,184). Sum of RGB (Red+Green+Blue) = 162+255+184=601 (79% of max value = 765). Red value is 162 (63.67% from 255 or 26.96% from 601); Green value is 255 (100% from 255 or 42.43% from 601); Blue value is 184 (72.27% from 255 or 30.62% from 601); Max value from RGB is 255 - color contains mainly: green. Hex color #A2FFB8 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A2FFB8 is #5D0047. Grayscale: #DBDBDB. Windows color (decimal): -6094920 or 12124066. OLE color: 12124066.

HSL color Cylindrical-coordinate representation of color #A2FFB8: hue angle of 134.19º 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 #A2FFB8 is Cyan = 0.36, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.

Color convert

RGB162255184-
CMYK0.3600.280
HSL134.19º100%81.76%-
HSV(B)134.19º36.47%100%-
XYZ59.3182.6658.18-
YUV219.1108.1987.27-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 26.96%
GREEN value IS 255 (100% from 255) = 42.43%
BLUE value IS 184 (72.27% from 255) = 30.62%
R=26.96%
G=42.43%
B=30.62%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1622551840.3600.280134.1910081.76
HexA2FFB82401C0866452
Octal242377270440340206144122
Binary10100010111111111011100010010001110001000011011001001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2FFB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2FFB8; }

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

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

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

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

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

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

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

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