Html Css Color HEX #A6F3BD Fringy Flower

📋 copy color: '#A6F3BD'

red 166 ◦ green 243 ◦ blue 189

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

Shades of Fringy Flower #A6F3BD

Tints of Fringy Flower #A6F3BD

RGB

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

 GREEN value IS 243 (95.31% from 255) = 40.64%

 BLUE value IS 189 (74.22% from 255) = 31.61%

R = 27.76%
G = 40.64%
B = 31.61%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.22

 K value IS 0.05

RGB Variations

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

Color information

#A6F3BD (or 0xA6F3BD) is known color: Fringy Flower. HEX triplet: A6, F3 and BD. RGB value is (166,243,189). Sum of RGB (Red+Green+Blue) = 166+243+189=598 (79% of max value = 765). Red value is 166 (65.23% from 255 or 27.76% from 598); Green value is 243 (95.31% from 255 or 40.64% from 598); Blue value is 189 (74.22% from 255 or 31.61% from 598); Max value from RGB is 243 - color contains mainly: green. Hex color #A6F3BD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A6F3BD is #590C42. Grayscale: #D5D5D5. Windows color (decimal): -5835843 or 12448678. OLE color: 12448678.

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

Color convert

RGB 166 243 189 -
CMYK 0.32 0 0.22 0.05
HSL 137.92º 0.76% 0.8% -
HSV(B) 137.92º 0.32% 0.95% -
XYZ 56.96 75.88 59.79 -
YUV 213.82 113.99 93.89 -
System Red Green Blue C M Y K H S L
Decimal 166 243 189 0.32 0 0.22 0.05 137.92 0.76 0.8
Hex A6 F3 BD 20 0 16 5 8A 4C 50
Octal 246 363 275 40 0 26 5 212 114 120
Binary 10100110 11110011 10111101 100000 0 10110 101 10001010 1001100 1010000

Color Harmonies of #A6F3BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6F3BD

Black with #A6F3BD

Text Example


Text Example

White with #A6F3BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6F3BD; }

 p { color: rgb(166,243,189); }

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

background-color css

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

 a { background-color: rgb(166,243,189); }

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

border-color css

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

 span { border-color: rgb(166,243,189); }

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