Html Css Color HEX #A6F0BE Fringy Flower

📋 copy color: '#A6F0BE'

red 166 ◦ green 240 ◦ blue 190

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

Shades of Fringy Flower #A6F0BE

Tints of Fringy Flower #A6F0BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 31.88%

R = 27.85%
G = 40.27%
B = 31.88%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.21

 K value IS 0.06

RGB Variations

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

Color information

#A6F0BE (or 0xA6F0BE) is known color: Fringy Flower. HEX triplet: A6, F0 and BE. RGB value is (166,240,190). Sum of RGB (Red+Green+Blue) = 166+240+190=596 (78% of max value = 765). Red value is 166 (65.23% from 255 or 27.85% from 596); Green value is 240 (94.14% from 255 or 40.27% from 596); Blue value is 190 (74.61% from 255 or 31.88% from 596); Max value from RGB is 240 - color contains mainly: green. Hex color #A6F0BE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A6F0BE is #590F41. Grayscale: #D4D4D4. Windows color (decimal): -5836610 or 12513446. OLE color: 12513446.

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

Color convert

RGB 166 240 190 -
CMYK 0.31 0 0.21 0.06
HSL 139.46º 0.71% 0.8% -
HSV(B) 139.46º 0.31% 0.94% -
XYZ 56.18 74.14 60.07 -
YUV 212.17 115.48 95.07 -
System Red Green Blue C M Y K H S L
Decimal 166 240 190 0.31 0 0.21 0.06 139.46 0.71 0.8
Hex A6 F0 BE 1F 0 15 6 8B 47 50
Octal 246 360 276 37 0 25 6 213 107 120
Binary 10100110 11110000 10111110 11111 0 10101 110 10001011 1000111 1010000

Color Harmonies of #A6F0BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6F0BE

Black with #A6F0BE

Text Example


Text Example

White with #A6F0BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6F0BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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