#A4EFB6

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

Shades of Fringy Flower #A4EFB6

Tints of Fringy Flower #A4EFB6

Color information

#A4EFB6 (or 0xA4EFB6) is unknown color: approx Fringy Flower. HEX triplet: A4, EF and B6. RGB value is (164,239,182). Sum of RGB (Red+Green+Blue) = 164+239+182=585 (77% of max value = 765). Red value is 164 (64.45% from 255 or 28.03% from 585); Green value is 239 (93.75% from 255 or 40.85% from 585); Blue value is 182 (71.48% from 255 or 31.11% from 585); Max value from RGB is 239 - color contains mainly: green. Hex color #A4EFB6 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A4EFB6 is #5B1049. Grayscale: #D2D2D2. Windows color (decimal): -5967946 or 11988900. OLE color: 11988900.

HSL color Cylindrical-coordinate representation of color #A4EFB6: hue angle of 134.4º degrees, saturation: 0.7, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A4EFB6 is Cyan = 0.31, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.06.

Color convert

RGB164239182-
CMYK0.3100.240.06
HSL134.4º70.09%79.02%-
HSV(B)134.4º31.38%93.73%-
XYZ54.627355.47-
YUV210.08112.1595.13-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 28.03%
GREEN value IS 239 (93.75% from 255) = 40.85%
BLUE value IS 182 (71.48% from 255) = 31.11%
R=28.03%
G=40.85%
B=31.11%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1642391820.3100.240.06134.470.0979.02
HexA4EFB61F018686464f
Octal244357266370306206106117
Binary101001001110111110110110111110110001101000011010001101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4EFB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4EFB6; }

 p { color: rgb(164,239,182); }

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

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

 a { background-color: rgb(164,239,182); }

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

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

 span { border-color: rgb(164,239,182); }

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