#A9FFBA

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

Shades of Fringy Flower #A9FFBA

Tints of Fringy Flower #A9FFBA

Color information

#A9FFBA (or 0xA9FFBA) is unknown color: approx Fringy Flower. HEX triplet: A9, FF and BA. RGB value is (169,255,186). Sum of RGB (Red+Green+Blue) = 169+255+186=610 (80% of max value = 765). Red value is 169 (66.41% from 255 or 27.70% from 610); Green value is 255 (100% from 255 or 41.80% from 610); Blue value is 186 (73.05% from 255 or 30.49% from 610); Max value from RGB is 255 - color contains mainly: green. Hex color #A9FFBA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A9FFBA is #560045. Grayscale: #DDDDDD. Windows color (decimal): -5636166 or 12255145. OLE color: 12255145.

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

Color convert

RGB169255186-
CMYK0.3400.270
HSL131.86º100%83.14%-
HSV(B)131.86º33.73%100%-
XYZ60.9983.559.36-
YUV221.42108.0190.61-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 27.70%
GREEN value IS 255 (100% from 255) = 41.80%
BLUE value IS 186 (73.05% from 255) = 30.49%
R=27.70%
G=41.80%
B=30.49%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1692551860.3400.270131.8610083.14
HexA9FFBA2201B0846453
Octal251377272420330204144123
Binary10101001111111111011101010001001101101000010011001001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9FFBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9FFBA; }

 p { color: rgb(169,255,186); }

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

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

 a { background-color: rgb(169,255,186); }

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

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

 span { border-color: rgb(169,255,186); }

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