#A5FEB8

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

Shades of Fringy Flower #A5FEB8

Tints of Fringy Flower #A5FEB8

Color information

#A5FEB8 (or 0xA5FEB8) is unknown color: approx Fringy Flower. HEX triplet: A5, FE and B8. RGB value is (165,254,184). Sum of RGB (Red+Green+Blue) = 165+254+184=603 (79% of max value = 765). Red value is 165 (64.84% from 255 or 27.36% from 603); Green value is 254 (99.61% from 255 or 42.12% from 603); Blue value is 184 (72.27% from 255 or 30.51% from 603); Max value from RGB is 254 - color contains mainly: green. Hex color #A5FEB8 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A5FEB8 is #5A0147. Grayscale: #DBDBDB. Windows color (decimal): -5898568 or 12123813. OLE color: 12123813.

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

Color convert

RGB165254184-
CMYK0.3500.280.00
HSL132.81º97.8%82.16%-
HSV(B)132.81º35.04%99.61%-
XYZ59.6182.3458.1-
YUV219.41108.0189.19-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 27.36%
GREEN value IS 254 (99.61% from 255) = 42.12%
BLUE value IS 184 (72.27% from 255) = 30.51%
R=27.36%
G=42.12%
B=30.51%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1652541840.3500.280.00132.8197.882.16
HexA5FEB82301C0856252
Octal245376270430340205142122
Binary10100101111111101011100010001101110001000010111000101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5FEB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5FEB8; }

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

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

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

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

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

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

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

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