#A4FBBA

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

Shades of Fringy Flower #A4FBBA

Tints of Fringy Flower #A4FBBA

Color information

#A4FBBA (or 0xA4FBBA) is unknown color: approx Fringy Flower. HEX triplet: A4, FB and BA. RGB value is (164,251,186). Sum of RGB (Red+Green+Blue) = 164+251+186=601 (79% of max value = 765). Red value is 164 (64.45% from 255 or 27.29% from 601); Green value is 251 (98.44% from 255 or 41.76% from 601); Blue value is 186 (73.05% from 255 or 30.95% from 601); Max value from RGB is 251 - color contains mainly: green. Hex color #A4FBBA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A4FBBA is #5B0445. Grayscale: #D9D9D9. Windows color (decimal): -5964870 or 12254116. OLE color: 12254116.

HSL color Cylindrical-coordinate representation of color #A4FBBA: hue angle of 135.17º degrees, saturation: 0.92, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A4FBBA is Cyan = 0.35, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.02.

Color convert

RGB164251186-
CMYK0.3500.260.02
HSL135.17º91.58%81.37%-
HSV(B)135.17º34.66%98.43%-
XYZ58.6780.4358.89-
YUV217.58110.1889.79-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 27.29%
GREEN value IS 251 (98.44% from 255) = 41.76%
BLUE value IS 186 (73.05% from 255) = 30.95%
R=27.29%
G=41.76%
B=30.95%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1642511860.3500.260.02135.1791.5881.37
HexA4FBBA2301A2875c51
Octal244373272430322207134121
Binary101001001111101110111010100011011010101000011110111001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4FBBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4FBBA; }

 p { color: rgb(164,251,186); }

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

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

 a { background-color: rgb(164,251,186); }

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

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

 span { border-color: rgb(164,251,186); }

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