Html Css Color HEX #A6F0BA Fringy Flower

📋 copy color: '#A6F0BA'

red 166 ◦ green 240 ◦ blue 186

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

Shades of Fringy Flower #A6F0BA

Tints of Fringy Flower #A6F0BA

RGB

 RED value IS 166 (65.23% from 255) = 28.04%

 GREEN value IS 240 (94.14% from 255) = 40.54%

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

R = 28.04%
G = 40.54%
B = 31.42%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.22

 K value IS 0.06

RGB Variations

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

Color information

#A6F0BA (or 0xA6F0BA) is known color: Fringy Flower. HEX triplet: A6, F0 and BA. RGB value is (166,240,186). Sum of RGB (Red+Green+Blue) = 166+240+186=592 (78% of max value = 765). Red value is 166 (65.23% from 255 or 28.04% from 592); Green value is 240 (94.14% from 255 or 40.54% from 592); Blue value is 186 (73.05% from 255 or 31.42% from 592); Max value from RGB is 240 - color contains mainly: green. Hex color #A6F0BA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A6F0BA is #590F45. Grayscale: #D3D3D3. Windows color (decimal): -5836614 or 12251302. OLE color: 12251302.

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

Color convert

RGB 166 240 186 -
CMYK 0.31 0 0.22 0.06
HSL 136.22º 0.71% 0.8% -
HSV(B) 136.22º 0.31% 0.94% -
XYZ 55.75 73.97 57.79 -
YUV 211.72 113.48 95.39 -
System Red Green Blue C M Y K H S L
Decimal 166 240 186 0.31 0 0.22 0.06 136.22 0.71 0.8
Hex A6 F0 BA 1F 0 16 6 88 47 50
Octal 246 360 272 37 0 26 6 210 107 120
Binary 10100110 11110000 10111010 11111 0 10110 110 10001000 1000111 1010000

Color Harmonies of #A6F0BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6F0BA

Black with #A6F0BA

Text Example


Text Example

White with #A6F0BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6F0BA; }

 p { color: rgb(166,240,186); }

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

background-color css

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

 a { background-color: rgb(166,240,186); }

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

border-color css

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

 span { border-color: rgb(166,240,186); }

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