#A9FCC0

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

Shades of Fringy Flower #A9FCC0

Tints of Fringy Flower #A9FCC0

Color information

#A9FCC0 (or 0xA9FCC0) is unknown color: approx Fringy Flower. HEX triplet: A9, FC and C0. RGB value is (169,252,192). Sum of RGB (Red+Green+Blue) = 169+252+192=613 (81% of max value = 765). Red value is 169 (66.41% from 255 or 27.57% from 613); Green value is 252 (98.83% from 255 or 41.11% from 613); Blue value is 192 (75.39% from 255 or 31.32% from 613); Max value from RGB is 252 - color contains mainly: green. Hex color #A9FCC0 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A9FCC0 is #56033F. Grayscale: #DCDCDC. Windows color (decimal): -5636928 or 12647593. OLE color: 12647593.

HSL color Cylindrical-coordinate representation of color #A9FCC0: hue angle of 136.63º degrees, saturation: 0.93, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A9FCC0 is Cyan = 0.33, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.01.

Color convert

RGB169252192-
CMYK0.3300.240.01
HSL136.63º93.26%82.55%-
HSV(B)136.63º32.94%98.82%-
XYZ60.6981.8662.47-
YUV220.3411291.38-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 27.57%
GREEN value IS 252 (98.83% from 255) = 41.11%
BLUE value IS 192 (75.39% from 255) = 31.32%
R=27.57%
G=41.11%
B=31.32%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1692521920.3300.240.01136.6393.2682.55
HexA9FCC0210181895d53
Octal251374300410301211135123
Binary10101001111111001100000010000101100011000100110111011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9FCC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9FCC0; }

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

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

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

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

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

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

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

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