Html Css Color HEX #A6F2BD Fringy Flower

📋 copy color: '#A6F2BD'

red 166 ◦ green 242 ◦ blue 189

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

Shades of Fringy Flower #A6F2BD

Tints of Fringy Flower #A6F2BD

RGB

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

 GREEN value IS 242 (94.92% from 255) = 40.54%

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

R = 27.81%
G = 40.54%
B = 31.66%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.22

 K value IS 0.05

RGB Variations

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

Color information

#A6F2BD (or 0xA6F2BD) is known color: Fringy Flower. HEX triplet: A6, F2 and BD. RGB value is (166,242,189). Sum of RGB (Red+Green+Blue) = 166+242+189=597 (79% of max value = 765). Red value is 166 (65.23% from 255 or 27.81% from 597); Green value is 242 (94.92% from 255 or 40.54% from 597); Blue value is 189 (74.22% from 255 or 31.66% from 597); Max value from RGB is 242 - color contains mainly: green. Hex color #A6F2BD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A6F2BD is #590D42. Grayscale: #D5D5D5. Windows color (decimal): -5836099 or 12448422. OLE color: 12448422.

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

Color convert

RGB 166 242 189 -
CMYK 0.31 0 0.22 0.05
HSL 138.16º 0.75% 0.8% -
HSV(B) 138.16º 0.31% 0.95% -
XYZ 56.66 75.29 59.69 -
YUV 213.23 114.32 94.31 -
System Red Green Blue C M Y K H S L
Decimal 166 242 189 0.31 0 0.22 0.05 138.16 0.75 0.8
Hex A6 F2 BD 1F 0 16 5 8A 4B 50
Octal 246 362 275 37 0 26 5 212 113 120
Binary 10100110 11110010 10111101 11111 0 10110 101 10001010 1001011 1010000

Color Harmonies of #A6F2BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6F2BD

Black with #A6F2BD

Text Example


Text Example

White with #A6F2BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6F2BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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