Html Css Color HEX #A6F4BE Fringy Flower

📋 copy color: '#A6F4BE'

red 166 ◦ green 244 ◦ blue 190

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

Shades of Fringy Flower #A6F4BE

Tints of Fringy Flower #A6F4BE

RGB

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

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

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

R = 27.67%
G = 40.67%
B = 31.67%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.22

 K value IS 0.04

RGB Variations

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

Color information

#A6F4BE (or 0xA6F4BE) is known color: Fringy Flower. HEX triplet: A6, F4 and BE. RGB value is (166,244,190). Sum of RGB (Red+Green+Blue) = 166+244+190=600 (79% of max value = 765). Red value is 166 (65.23% from 255 or 27.67% from 600); Green value is 244 (95.70% from 255 or 40.67% from 600); Blue value is 190 (74.61% from 255 or 31.67% from 600); Max value from RGB is 244 - color contains mainly: green. Hex color #A6F4BE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A6F4BE is #590B41. Grayscale: #D6D6D6. Windows color (decimal): -5835586 or 12514470. OLE color: 12514470.

HSL color Cylindrical-coordinate representation of color #A6F4BE: hue angle of 138.46º 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 #A6F4BE is Cyan = 0.32, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.04.

Color convert

RGB 166 244 190 -
CMYK 0.32 0 0.22 0.04
HSL 138.46º 0.78% 0.8% -
HSV(B) 138.46º 0.32% 0.96% -
XYZ 57.37 76.53 60.46 -
YUV 214.52 114.16 93.39 -
System Red Green Blue C M Y K H S L
Decimal 166 244 190 0.32 0 0.22 0.04 138.46 0.78 0.8
Hex A6 F4 BE 20 0 16 4 8A 4E 50
Octal 246 364 276 40 0 26 4 212 116 120
Binary 10100110 11110100 10111110 100000 0 10110 100 10001010 1001110 1010000

Color Harmonies of #A6F4BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6F4BE

Black with #A6F4BE

Text Example


Text Example

White with #A6F4BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6F4BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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