#A4FEBC

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

Shades of Fringy Flower #A4FEBC

Tints of Fringy Flower #A4FEBC

Color information

#A4FEBC (or 0xA4FEBC) is unknown color: approx Fringy Flower. HEX triplet: A4, FE and BC. RGB value is (164,254,188). Sum of RGB (Red+Green+Blue) = 164+254+188=606 (80% of max value = 765). Red value is 164 (64.45% from 255 or 27.06% from 606); Green value is 254 (99.61% from 255 or 41.91% from 606); Blue value is 188 (73.83% from 255 or 31.02% from 606); Max value from RGB is 254 - color contains mainly: green. Hex color #A4FEBC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A4FEBC is #5B0143. Grayscale: #DBDBDB. Windows color (decimal): -5964100 or 12385956. OLE color: 12385956.

HSL color Cylindrical-coordinate representation of color #A4FEBC: hue angle of 136º 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 #A4FEBC is Cyan = 0.35, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.00.

Color convert

RGB164254188-
CMYK0.3500.260.00
HSL136º97.83%81.96%-
HSV(B)136º35.43%99.61%-
XYZ59.8382.4160.33-
YUV219.57110.1888.37-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 27.06%
GREEN value IS 254 (99.61% from 255) = 41.91%
BLUE value IS 188 (73.83% from 255) = 31.02%
R=27.06%
G=41.91%
B=31.02%

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
Decimal1642541880.3500.260.0013697.8381.96
HexA4FEBC2301A0886252
Octal244376274430320210142122
Binary10100100111111101011110010001101101001000100011000101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4FEBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4FEBC; }

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

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

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

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

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

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

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

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