#A5FEBD

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

Shades of Fringy Flower #A5FEBD

Tints of Fringy Flower #A5FEBD

Color information

#A5FEBD (or 0xA5FEBD) is unknown color: approx Fringy Flower. HEX triplet: A5, FE and BD. RGB value is (165,254,189). Sum of RGB (Red+Green+Blue) = 165+254+189=608 (80% of max value = 765). Red value is 165 (64.84% from 255 or 27.14% from 608); Green value is 254 (99.61% from 255 or 41.78% from 608); Blue value is 189 (74.22% from 255 or 31.09% from 608); Max value from RGB is 254 - color contains mainly: green. Hex color #A5FEBD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A5FEBD is #5A0142. Grayscale: #DCDCDC. Windows color (decimal): -5898563 or 12451493. OLE color: 12451493.

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

Color convert

RGB165254189-
CMYK0.3500.260.00
HSL136.18º97.8%82.16%-
HSV(B)136.18º35.04%99.61%-
XYZ60.1482.5660.91-
YUV219.98110.5188.79-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 27.14%
GREEN value IS 254 (99.61% from 255) = 41.78%
BLUE value IS 189 (74.22% from 255) = 31.09%
R=27.14%
G=41.78%
B=31.09%

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
Decimal1652541890.3500.260.00136.1897.882.16
HexA5FEBD2301A0886252
Octal245376275430320210142122
Binary10100101111111101011110110001101101001000100011000101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5FEBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5FEBD; }

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

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

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

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

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

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

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

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