#A6FEBC

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

Shades of Fringy Flower #A6FEBC

Tints of Fringy Flower #A6FEBC

Color information

#A6FEBC (or 0xA6FEBC) is unknown color: approx Fringy Flower. HEX triplet: A6, FE and BC. RGB value is (166,254,188). Sum of RGB (Red+Green+Blue) = 166+254+188=608 (80% of max value = 765). Red value is 166 (65.23% from 255 or 27.30% from 608); Green value is 254 (99.61% from 255 or 41.78% from 608); Blue value is 188 (73.83% from 255 or 30.92% from 608); Max value from RGB is 254 - color contains mainly: green. Hex color #A6FEBC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A6FEBC is #590143. Grayscale: #DCDCDC. Windows color (decimal): -5833028 or 12385958. OLE color: 12385958.

HSL color Cylindrical-coordinate representation of color #A6FEBC: hue angle of 135º degrees, saturation: 0.98, lightness: 0.82%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A6FEBC is Cyan = 0.35, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.00.

Color convert

RGB166254188-
CMYK0.3500.260.00
HSL135º97.78%82.35%-
HSV(B)135º34.65%99.61%-
XYZ60.2482.6260.35-
YUV220.16109.8589.37-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 27.30%
GREEN value IS 254 (99.61% from 255) = 41.78%
BLUE value IS 188 (73.83% from 255) = 30.92%
R=27.30%
G=41.78%
B=30.92%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1662541880.3500.260.0013597.7882.35
HexA6FEBC2301A0876252
Octal246376274430320207142122
Binary10100110111111101011110010001101101001000011111000101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6FEBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6FEBC; }

 p { color: rgb(166,254,188); }

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

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

 a { background-color: rgb(166,254,188); }

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

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

 span { border-color: rgb(166,254,188); }

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