#A5FEB9

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

Shades of Fringy Flower #A5FEB9

Tints of Fringy Flower #A5FEB9

Color information

#A5FEB9 (or 0xA5FEB9) is unknown color: approx Fringy Flower. HEX triplet: A5, FE and B9. RGB value is (165,254,185). Sum of RGB (Red+Green+Blue) = 165+254+185=604 (80% of max value = 765). Red value is 165 (64.84% from 255 or 27.32% from 604); Green value is 254 (99.61% from 255 or 42.05% from 604); Blue value is 185 (72.66% from 255 or 30.63% from 604); Max value from RGB is 254 - color contains mainly: green. Hex color #A5FEB9 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A5FEB9 is #5A0146. Grayscale: #DBDBDB. Windows color (decimal): -5898567 or 12189349. OLE color: 12189349.

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

Color convert

RGB165254185-
CMYK0.3500.270.00
HSL133.48º97.8%82.16%-
HSV(B)133.48º35.04%99.61%-
XYZ59.7282.3958.65-
YUV219.52108.5189.11-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 27.32%
GREEN value IS 254 (99.61% from 255) = 42.05%
BLUE value IS 185 (72.66% from 255) = 30.63%
R=27.32%
G=42.05%
B=30.63%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1652541850.3500.270.00133.4897.882.16
HexA5FEB92301B0856252
Octal245376271430330205142122
Binary10100101111111101011100110001101101101000010111000101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5FEB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5FEB9; }

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

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

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

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

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

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

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

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