#A5FEBC

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

Shades of Fringy Flower #A5FEBC

Tints of Fringy Flower #A5FEBC

Color information

#A5FEBC (or 0xA5FEBC) is unknown color: approx Fringy Flower. HEX triplet: A5, FE and BC. RGB value is (165,254,188). Sum of RGB (Red+Green+Blue) = 165+254+188=607 (80% of max value = 765). Red value is 165 (64.84% from 255 or 27.18% from 607); Green value is 254 (99.61% from 255 or 41.85% from 607); Blue value is 188 (73.83% from 255 or 30.97% from 607); Max value from RGB is 254 - color contains mainly: green. Hex color #A5FEBC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A5FEBC is #5A0143. Grayscale: #DCDCDC. Windows color (decimal): -5898564 or 12385957. OLE color: 12385957.

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

Color convert

RGB165254188-
CMYK0.3500.260.00
HSL135.51º97.8%82.16%-
HSV(B)135.51º35.04%99.61%-
XYZ60.0482.5160.34-
YUV219.86110.0188.87-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 27.18%
GREEN value IS 254 (99.61% from 255) = 41.85%
BLUE value IS 188 (73.83% from 255) = 30.97%
R=27.18%
G=41.85%
B=30.97%

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
Decimal1652541880.3500.260.00135.5197.882.16
HexA5FEBC2301A0886252
Octal245376274430320210142122
Binary10100101111111101011110010001101101001000100011000101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5FEBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5FEBC; }

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

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

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

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

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

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

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

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