#A0F2B7

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

Shades of Fringy Flower #A0F2B7

Tints of Fringy Flower #A0F2B7

Color information

#A0F2B7 (or 0xA0F2B7) is unknown color: approx Fringy Flower. HEX triplet: A0, F2 and B7. RGB value is (160,242,183). Sum of RGB (Red+Green+Blue) = 160+242+183=585 (77% of max value = 765). Red value is 160 (62.89% from 255 or 27.35% from 585); Green value is 242 (94.92% from 255 or 41.37% from 585); Blue value is 183 (71.88% from 255 or 31.28% from 585); Max value from RGB is 242 - color contains mainly: green. Hex color #A0F2B7 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A0F2B7 is #5F0D48. Grayscale: #D2D2D2. Windows color (decimal): -6229321 or 12055200. OLE color: 12055200.

HSL color Cylindrical-coordinate representation of color #A0F2B7: hue angle of 136.83º degrees, saturation: 0.76, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A0F2B7 is Cyan = 0.34, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.05.

Color convert

RGB160242183-
CMYK0.3400.240.05
HSL136.83º75.93%78.82%-
HSV(B)136.83º33.88%94.9%-
XYZ54.874.456.27-
YUV210.76112.3391.8-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 27.35%
GREEN value IS 242 (94.92% from 255) = 41.37%
BLUE value IS 183 (71.88% from 255) = 31.28%
R=27.35%
G=41.37%
B=31.28%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1602421830.3400.240.05136.8375.9378.82
HexA0F2B7220185894c4f
Octal240362267420305211114117
Binary1010000011110010101101111000100110001011000100110011001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0F2B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0F2B7; }

 p { color: rgb(160,242,183); }

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

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

 a { background-color: rgb(160,242,183); }

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

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

 span { border-color: rgb(160,242,183); }

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