#A6E7BD

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

Shades of Fringy Flower #A6E7BD

Tints of Fringy Flower #A6E7BD

Color information

#A6E7BD (or 0xA6E7BD) is unknown color: approx Fringy Flower. HEX triplet: A6, E7 and BD. RGB value is (166,231,189). Sum of RGB (Red+Green+Blue) = 166+231+189=586 (77% of max value = 765). Red value is 166 (65.23% from 255 or 28.33% from 586); Green value is 231 (90.62% from 255 or 39.42% from 586); Blue value is 189 (74.22% from 255 or 32.25% from 586); Max value from RGB is 231 - color contains mainly: green. Hex color #A6E7BD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A6E7BD is #591842. Grayscale: #CECECE. Windows color (decimal): -5838915 or 12445606. OLE color: 12445606.

HSL color Cylindrical-coordinate representation of color #A6E7BD: hue angle of 141.23º degrees, saturation: 0.58, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A6E7BD is Cyan = 0.28, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.09.

Color convert

RGB166231189-
CMYK0.2800.180.09
HSL141.23º57.52%77.84%-
HSV(B)141.23º28.14%90.59%-
XYZ53.4968.9358.63-
YUV206.78117.9798.92-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 28.33%
GREEN value IS 231 (90.62% from 255) = 39.42%
BLUE value IS 189 (74.22% from 255) = 32.25%
R=28.33%
G=39.42%
B=32.25%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1662311890.2800.180.09141.2357.5277.84
HexA6E7BD1C01298d3a4e
Octal246347275340221121572116
Binary101001101110011110111101111000100101001100011011110101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6E7BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6E7BD; }

 p { color: rgb(166,231,189); }

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

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

 a { background-color: rgb(166,231,189); }

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

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

 span { border-color: rgb(166,231,189); }

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