Html Css Color HEX #9FFCBA Fringy Flower

📋 copy color: '#9FFCBA'

red 159 ◦ green 252 ◦ blue 186

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

Shades of Fringy Flower #9FFCBA

Tints of Fringy Flower #9FFCBA

RGB

 RED value IS 159 (62.5% from 255) = 26.63%

 GREEN value IS 252 (98.83% from 255) = 42.21%

 BLUE value IS 186 (73.05% from 255) = 31.16%

R = 26.63%
G = 42.21%
B = 31.16%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.26

 K value IS 0.01

RGB Variations

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

Color information

#9FFCBA (or 0x9FFCBA) is known color: Fringy Flower. HEX triplet: 9F, FC and BA. RGB value is (159,252,186). Sum of RGB (Red+Green+Blue) = 159+252+186=597 (79% of max value = 765). Red value is 159 (62.5% from 255 or 26.63% from 597); Green value is 252 (98.83% from 255 or 42.21% from 597); Blue value is 186 (73.05% from 255 or 31.16% from 597); Max value from RGB is 252 - color contains mainly: green. Hex color #9FFCBA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9FFCBA is #600345. Grayscale: #D8D8D8. Windows color (decimal): -6292294 or 12254367. OLE color: 12254367.

HSL color Cylindrical-coordinate representation of color #9FFCBA: hue angle of 137.42º degrees, saturation: 0.94, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #9FFCBA is Cyan = 0.37, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.01.

Color convert

RGB 159 252 186 -
CMYK 0.37 0 0.26 0.01
HSL 137.42º 0.94% 0.81% -
HSV(B) 137.42º 0.37% 0.99% -
XYZ 57.97 80.54 58.94 -
YUV 216.67 110.69 86.87 -
System Red Green Blue C M Y K H S L
Decimal 159 252 186 0.37 0 0.26 0.01 137.42 0.94 0.81
Hex 9F FC BA 25 0 1A 1 89 5E 51
Octal 237 374 272 45 0 32 1 211 136 121
Binary 10011111 11111100 10111010 100101 0 11010 1 10001001 1011110 1010001

Color Harmonies of #9FFCBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FFCBA

Black with #9FFCBA

Text Example


Text Example

White with #9FFCBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9FFCBA; }

 p { color: rgb(159,252,186); }

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

background-color css

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

 a { background-color: rgb(159,252,186); }

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

border-color css

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

 span { border-color: rgb(159,252,186); }

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