#A0EFB8

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

Shades of Fringy Flower #A0EFB8

Tints of Fringy Flower #A0EFB8

Color information

#A0EFB8 (or 0xA0EFB8) is unknown color: approx Fringy Flower. HEX triplet: A0, EF and B8. RGB value is (160,239,184). Sum of RGB (Red+Green+Blue) = 160+239+184=583 (77% of max value = 765). Red value is 160 (62.89% from 255 or 27.44% from 583); Green value is 239 (93.75% from 255 or 40.99% from 583); Blue value is 184 (72.27% from 255 or 31.56% from 583); Max value from RGB is 239 - color contains mainly: green. Hex color #A0EFB8 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A0EFB8 is #5F1047. Grayscale: #D1D1D1. Windows color (decimal): -6230088 or 12119968. OLE color: 12119968.

HSL color Cylindrical-coordinate representation of color #A0EFB8: hue angle of 138.23º 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 #A0EFB8 is Cyan = 0.33, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.06.

Color convert

RGB160239184-
CMYK0.3300.230.06
HSL138.23º71.17%78.24%-
HSV(B)138.23º33.05%93.73%-
XYZ54.0272.6756.53-
YUV209.11113.8392.97-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 27.44%
GREEN value IS 239 (93.75% from 255) = 40.99%
BLUE value IS 184 (72.27% from 255) = 31.56%
R=27.44%
G=40.99%
B=31.56%

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
Decimal1602391840.3300.230.06138.2371.1778.24
HexA0EFB82101768a474e
Octal240357270410276212107116
Binary1010000011101111101110001000010101111101000101010001111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0EFB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0EFB8; }

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

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

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

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

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

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

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

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