#A4FEB9

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

Shades of Fringy Flower #A4FEB9

Tints of Fringy Flower #A4FEB9

Color information

#A4FEB9 (or 0xA4FEB9) is unknown color: approx Fringy Flower. HEX triplet: A4, FE and B9. RGB value is (164,254,185). Sum of RGB (Red+Green+Blue) = 164+254+185=603 (79% of max value = 765). Red value is 164 (64.45% from 255 or 27.20% from 603); Green value is 254 (99.61% from 255 or 42.12% from 603); Blue value is 185 (72.66% from 255 or 30.68% from 603); Max value from RGB is 254 - color contains mainly: green. Hex color #A4FEB9 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A4FEB9 is #5B0146. Grayscale: #DBDBDB. Windows color (decimal): -5964103 or 12189348. OLE color: 12189348.

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

Color convert

RGB164254185-
CMYK0.3500.270.00
HSL134º97.83%81.96%-
HSV(B)134º35.43%99.61%-
XYZ59.5182.2858.64-
YUV219.22108.6888.61-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 27.20%
GREEN value IS 254 (99.61% from 255) = 42.12%
BLUE value IS 185 (72.66% from 255) = 30.68%
R=27.20%
G=42.12%
B=30.68%

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
Decimal1642541850.3500.270.0013497.8381.96
HexA4FEB92301B0866252
Octal244376271430330206142122
Binary10100100111111101011100110001101101101000011011000101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4FEB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4FEB9; }

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

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

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

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

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

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

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

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