#A9FBC0

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

Shades of Fringy Flower #A9FBC0

Tints of Fringy Flower #A9FBC0

Color information

#A9FBC0 (or 0xA9FBC0) is unknown color: approx Fringy Flower. HEX triplet: A9, FB and C0. RGB value is (169,251,192). Sum of RGB (Red+Green+Blue) = 169+251+192=612 (81% of max value = 765). Red value is 169 (66.41% from 255 or 27.61% from 612); Green value is 251 (98.44% from 255 or 41.01% from 612); Blue value is 192 (75.39% from 255 or 31.37% from 612); Max value from RGB is 251 - color contains mainly: green. Hex color #A9FBC0 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A9FBC0 is #56043F. Grayscale: #DBDBDB. Windows color (decimal): -5637184 or 12647337. OLE color: 12647337.

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

Color convert

RGB169251192-
CMYK0.3300.240.02
HSL136.83º91.11%82.35%-
HSV(B)136.83º32.67%98.43%-
XYZ60.3781.2462.37-
YUV219.76112.3391.8-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 27.61%
GREEN value IS 251 (98.44% from 255) = 41.01%
BLUE value IS 192 (75.39% from 255) = 31.37%
R=27.61%
G=41.01%
B=31.37%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1692511920.3300.240.02136.8391.1182.35
HexA9FBC0210182895b52
Octal251373300410302211133122
Binary101010011111101111000000100001011000101000100110110111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9FBC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9FBC0; }

 p { color: rgb(169,251,192); }

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

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

 a { background-color: rgb(169,251,192); }

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

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

 span { border-color: rgb(169,251,192); }

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