Html Css Color HEX #A0F6BA Fringy Flower

📋 copy color: '#A0F6BA'

red 160 ◦ green 246 ◦ blue 186

#A0F6BA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Fringy Flower #A0F6BA

Tints of Fringy Flower #A0F6BA

RGB

 RED value IS 160 (62.89% from 255) = 27.03%

 GREEN value IS 246 (96.48% from 255) = 41.55%

 BLUE value IS 186 (73.05% from 255) = 31.42%

R = 27.03%
G = 41.55%
B = 31.42%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.24

 K value IS 0.04

RGB Variations

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

Color information

#A0F6BA (or 0xA0F6BA) is known color: Fringy Flower. HEX triplet: A0, F6 and BA. RGB value is (160,246,186). Sum of RGB (Red+Green+Blue) = 160+246+186=592 (78% of max value = 765). Red value is 160 (62.89% from 255 or 27.03% from 592); Green value is 246 (96.48% from 255 or 41.55% from 592); Blue value is 186 (73.05% from 255 or 31.42% from 592); Max value from RGB is 246 - color contains mainly: green. Hex color #A0F6BA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A0F6BA is #5F0945. Grayscale: #D5D5D5. Windows color (decimal): -6228294 or 12252832. OLE color: 12252832.

HSL color Cylindrical-coordinate representation of color #A0F6BA: hue angle of 138.14º degrees, saturation: 0.83, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A0F6BA is Cyan = 0.35, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.04.

Color convert

RGB 160 246 186 -
CMYK 0.35 0 0.24 0.04
HSL 138.14º 0.83% 0.8% -
HSV(B) 138.14º 0.35% 0.96% -
XYZ 56.32 76.93 58.34 -
YUV 213.45 112.51 89.88 -
System Red Green Blue C M Y K H S L
Decimal 160 246 186 0.35 0 0.24 0.04 138.14 0.83 0.8
Hex A0 F6 BA 23 0 18 4 8A 53 50
Octal 240 366 272 43 0 30 4 212 123 120
Binary 10100000 11110110 10111010 100011 0 11000 100 10001010 1010011 1010000

Color Harmonies of #A0F6BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0F6BA

Black with #A0F6BA

Text Example


Text Example

White with #A0F6BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0F6BA; }

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

 H1.HeaderClassName
 {
   color: #A0F6BA;
 }
 .AnyTagClassName
 {
   color: #A0F6BA;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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