#A9F9BC

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

Shades of Fringy Flower #A9F9BC

Tints of Fringy Flower #A9F9BC

Color information

#A9F9BC (or 0xA9F9BC) is unknown color: approx Fringy Flower. HEX triplet: A9, F9 and BC. RGB value is (169,249,188). Sum of RGB (Red+Green+Blue) = 169+249+188=606 (80% of max value = 765). Red value is 169 (66.41% from 255 or 27.89% from 606); Green value is 249 (97.66% from 255 or 41.09% from 606); Blue value is 188 (73.83% from 255 or 31.02% from 606); Max value from RGB is 249 - color contains mainly: green. Hex color #A9F9BC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A9F9BC is #560643. Grayscale: #DADADA. Windows color (decimal): -5637700 or 12384681. OLE color: 12384681.

HSL color Cylindrical-coordinate representation of color #A9F9BC: hue angle of 134.25º degrees, saturation: 0.87, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A9F9BC is Cyan = 0.32, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.02.

Color convert

RGB169249188-
CMYK0.3200.240.02
HSL134.25º86.96%81.96%-
HSV(B)134.25º32.13%97.65%-
XYZ59.3179.8259.86-
YUV218.1311192.96-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 27.89%
GREEN value IS 249 (97.66% from 255) = 41.09%
BLUE value IS 188 (73.83% from 255) = 31.02%
R=27.89%
G=41.09%
B=31.02%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1692491880.3200.240.02134.2586.9681.96
HexA9F9BC200182865752
Octal251371274400302206127122
Binary101010011111100110111100100000011000101000011010101111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9F9BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9F9BC; }

 p { color: rgb(169,249,188); }

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

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

 a { background-color: rgb(169,249,188); }

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

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

 span { border-color: rgb(169,249,188); }

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