#A0F8BA

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

Shades of Fringy Flower #A0F8BA

Tints of Fringy Flower #A0F8BA

Color information

#A0F8BA (or 0xA0F8BA) is unknown color: approx Fringy Flower. HEX triplet: A0, F8 and BA. RGB value is (160,248,186). Sum of RGB (Red+Green+Blue) = 160+248+186=594 (78% of max value = 765). Red value is 160 (62.89% from 255 or 26.94% from 594); Green value is 248 (97.27% from 255 or 41.75% from 594); Blue value is 186 (73.05% from 255 or 31.31% from 594); Max value from RGB is 248 - color contains mainly: green. Hex color #A0F8BA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A0F8BA is #5F0745. Grayscale: #D6D6D6. Windows color (decimal): -6227782 or 12253344. OLE color: 12253344.

HSL color Cylindrical-coordinate representation of color #A0F8BA: hue angle of 137.73º degrees, saturation: 0.86, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A0F8BA is Cyan = 0.35, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.03.

Color convert

RGB160248186-
CMYK0.3500.250.03
HSL137.73º86.27%80%-
HSV(B)137.73º35.48%97.25%-
XYZ56.9378.1558.54-
YUV214.62111.8589.04-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 26.94%
GREEN value IS 248 (97.27% from 255) = 41.75%
BLUE value IS 186 (73.05% from 255) = 31.31%
R=26.94%
G=41.75%
B=31.31%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1602481860.3500.250.03137.7386.2780
HexA0F8BA2301938a5650
Octal240370272430313212126120
Binary101000001111100010111010100011011001111000101010101101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0F8BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0F8BA; }

 p { color: rgb(160,248,186); }

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

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

 a { background-color: rgb(160,248,186); }

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

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

 span { border-color: rgb(160,248,186); }

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