#A4FFBB

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

Shades of Fringy Flower #A4FFBB

Tints of Fringy Flower #A4FFBB

Color information

#A4FFBB (or 0xA4FFBB) is unknown color: approx Fringy Flower. HEX triplet: A4, FF and BB. RGB value is (164,255,187). Sum of RGB (Red+Green+Blue) = 164+255+187=606 (80% of max value = 765). Red value is 164 (64.45% from 255 or 27.06% from 606); Green value is 255 (100% from 255 or 42.08% from 606); Blue value is 187 (73.44% from 255 or 30.86% from 606); Max value from RGB is 255 - color contains mainly: green. Hex color #A4FFBB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A4FFBB is #5B0044. Grayscale: #DCDCDC. Windows color (decimal): -5963845 or 12320676. OLE color: 12320676.

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

Color convert

RGB164255187-
CMYK0.3600.270
HSL135.16º100%82.16%-
HSV(B)135.16º35.69%100%-
XYZ60.048359.87-
YUV220.04109.3588.03-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 27.06%
GREEN value IS 255 (100% from 255) = 42.08%
BLUE value IS 187 (73.44% from 255) = 30.86%
R=27.06%
G=42.08%
B=30.86%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1642551870.3600.270135.1610082.16
HexA4FFBB2401B0876452
Octal244377273440330207144122
Binary10100100111111111011101110010001101101000011111001001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4FFBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4FFBB; }

 p { color: rgb(164,255,187); }

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

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

 a { background-color: rgb(164,255,187); }

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

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

 span { border-color: rgb(164,255,187); }

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