Html Css Color HEX #A6F4BD Fringy Flower

📋 copy color: '#A6F4BD'

red 166 ◦ green 244 ◦ blue 189

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

Shades of Fringy Flower #A6F4BD

Tints of Fringy Flower #A6F4BD

RGB

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

 GREEN value IS 244 (95.7% from 255) = 40.73%

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

R = 27.71%
G = 40.73%
B = 31.55%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.23

 K value IS 0.04

RGB Variations

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

Color information

#A6F4BD (or 0xA6F4BD) is known color: Fringy Flower. HEX triplet: A6, F4 and BD. RGB value is (166,244,189). Sum of RGB (Red+Green+Blue) = 166+244+189=599 (79% of max value = 765). Red value is 166 (65.23% from 255 or 27.71% from 599); Green value is 244 (95.70% from 255 or 40.73% from 599); Blue value is 189 (74.22% from 255 or 31.55% from 599); Max value from RGB is 244 - color contains mainly: green. Hex color #A6F4BD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A6F4BD is #590B42. Grayscale: #D6D6D6. Windows color (decimal): -5835587 or 12448934. OLE color: 12448934.

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

Color convert

RGB 166 244 189 -
CMYK 0.32 0 0.23 0.04
HSL 137.69º 0.78% 0.8% -
HSV(B) 137.69º 0.32% 0.96% -
XYZ 57.26 76.48 59.89 -
YUV 214.41 113.66 93.47 -
System Red Green Blue C M Y K H S L
Decimal 166 244 189 0.32 0 0.23 0.04 137.69 0.78 0.8
Hex A6 F4 BD 20 0 17 4 8A 4E 50
Octal 246 364 275 40 0 27 4 212 116 120
Binary 10100110 11110100 10111101 100000 0 10111 100 10001010 1001110 1010000

Color Harmonies of #A6F4BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6F4BD

Black with #A6F4BD

Text Example


Text Example

White with #A6F4BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6F4BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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