#A0EFB9

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

Shades of Fringy Flower #A0EFB9

Tints of Fringy Flower #A0EFB9

Color information

#A0EFB9 (or 0xA0EFB9) is unknown color: approx Fringy Flower. HEX triplet: A0, EF and B9. RGB value is (160,239,185). Sum of RGB (Red+Green+Blue) = 160+239+185=584 (77% of max value = 765). Red value is 160 (62.89% from 255 or 27.40% from 584); Green value is 239 (93.75% from 255 or 40.92% from 584); Blue value is 185 (72.66% from 255 or 31.68% from 584); Max value from RGB is 239 - color contains mainly: green. Hex color #A0EFB9 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A0EFB9 is #5F1046. Grayscale: #D1D1D1. Windows color (decimal): -6230087 or 12185504. OLE color: 12185504.

HSL color Cylindrical-coordinate representation of color #A0EFB9: hue angle of 138.99º degrees, saturation: 0.71, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A0EFB9 is Cyan = 0.33, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.06.

Color convert

RGB160239185-
CMYK0.3300.230.06
HSL138.99º71.17%78.24%-
HSV(B)138.99º33.05%93.73%-
XYZ54.1272.7157.08-
YUV209.22114.3392.89-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 27.40%
GREEN value IS 239 (93.75% from 255) = 40.92%
BLUE value IS 185 (72.66% from 255) = 31.68%
R=27.40%
G=40.92%
B=31.68%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1602391850.3300.230.06138.9971.1778.24
HexA0EFB92101768b474e
Octal240357271410276213107116
Binary1010000011101111101110011000010101111101000101110001111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0EFB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0EFB9; }

 p { color: rgb(160,239,185); }

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

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

 a { background-color: rgb(160,239,185); }

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

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

 span { border-color: rgb(160,239,185); }

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