#A9F2BF

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

Shades of Fringy Flower #A9F2BF

Tints of Fringy Flower #A9F2BF

Color information

#A9F2BF (or 0xA9F2BF) is unknown color: approx Fringy Flower. HEX triplet: A9, F2 and BF. RGB value is (169,242,191). Sum of RGB (Red+Green+Blue) = 169+242+191=602 (79% of max value = 765). Red value is 169 (66.41% from 255 or 28.07% from 602); Green value is 242 (94.92% from 255 or 40.20% from 602); Blue value is 191 (75% from 255 or 31.73% from 602); Max value from RGB is 242 - color contains mainly: green. Hex color #A9F2BF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A9F2BF is #560D40. Grayscale: #D6D6D6. Windows color (decimal): -5639489 or 12579497. OLE color: 12579497.

HSL color Cylindrical-coordinate representation of color #A9F2BF: hue angle of 138.08º degrees, saturation: 0.74, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A9F2BF is Cyan = 0.30, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.05.

Color convert

RGB169242191-
CMYK0.3000.210.05
HSL138.08º73.74%80.59%-
HSV(B)138.08º30.17%94.9%-
XYZ57.5275.760.87-
YUV214.36114.8295.65-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 28.07%
GREEN value IS 242 (94.92% from 255) = 40.20%
BLUE value IS 191 (75% from 255) = 31.73%
R=28.07%
G=40.20%
B=31.73%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1692421910.3000.210.05138.0873.7480.59
HexA9F2BF1E01558a4a51
Octal251362277360255212112121
Binary101010011111001010111111111100101011011000101010010101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9F2BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9F2BF; }

 p { color: rgb(169,242,191); }

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

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

 a { background-color: rgb(169,242,191); }

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

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

 span { border-color: rgb(169,242,191); }

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