#9EFDB9

Color #9EFDB9 Fringy Flower (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fringy Flower #9EFDB9

Tints of Fringy Flower #9EFDB9

Color information

#9EFDB9 (or 0x9EFDB9) is unknown color: approx Fringy Flower. HEX triplet: 9E, FD and B9. RGB value is (158,253,185). Sum of RGB (Red+Green+Blue) = 158+253+185=596 (78% of max value = 765). Red value is 158 (62.11% from 255 or 26.51% from 596); Green value is 253 (99.22% from 255 or 42.45% from 596); Blue value is 185 (72.66% from 255 or 31.04% from 596); Max value from RGB is 253 - color contains mainly: green. Hex color #9EFDB9 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9EFDB9 is #610246. Grayscale: #D9D9D9. Windows color (decimal): -6357575 or 12189086. OLE color: 12189086.

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

Color convert

RGB158253185-
CMYK0.3800.270.01
HSL137.05º95.96%80.59%-
HSV(B)137.05º37.55%99.22%-
XYZ57.9881.0258.48-
YUV216.84110.0386.03-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 26.51%
GREEN value IS 253 (99.22% from 255) = 42.45%
BLUE value IS 185 (72.66% from 255) = 31.04%
R=26.51%
G=42.45%
B=31.04%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1582531850.3800.270.01137.0595.9680.59
Hex9EFDB92601B1896051
Octal236375271460331211140121
Binary10011110111111011011100110011001101111000100111000001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EFDB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,253,185); }

 H1.HeaderClassName
 {
   color: #9EFDB9;
 }
 .AnyTagClassName
 {
   color: #9EFDB9;
 }
</style>
background-color css

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

 a { background-color: rgb(158,253,185); }

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

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

 span { border-color: rgb(158,253,185); }

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