#9EF0B7

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

Shades of Fringy Flower #9EF0B7

Tints of Fringy Flower #9EF0B7

Color information

#9EF0B7 (or 0x9EF0B7) is unknown color: approx Fringy Flower. HEX triplet: 9E, F0 and B7. RGB value is (158,240,183). Sum of RGB (Red+Green+Blue) = 158+240+183=581 (76% of max value = 765). Red value is 158 (62.11% from 255 or 27.19% from 581); Green value is 240 (94.14% from 255 or 41.31% from 581); Blue value is 183 (71.88% from 255 or 31.50% from 581); Max value from RGB is 240 - color contains mainly: green. Hex color #9EF0B7 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9EF0B7 is #610F48. Grayscale: #D1D1D1. Windows color (decimal): -6360905 or 12054686. OLE color: 12054686.

HSL color Cylindrical-coordinate representation of color #9EF0B7: hue angle of 138.29º degrees, saturation: 0.73, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #9EF0B7 is Cyan = 0.34, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.06.

Color convert

RGB158240183-
CMYK0.3400.240.06
HSL138.29º73.21%78.04%-
HSV(B)138.29º34.17%94.12%-
XYZ53.8173.0156.06-
YUV208.98113.3391.63-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 27.19%
GREEN value IS 240 (94.14% from 255) = 41.31%
BLUE value IS 183 (71.88% from 255) = 31.50%
R=27.19%
G=41.31%
B=31.50%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1582401830.3400.240.06138.2973.2178.04
Hex9EF0B72201868a494e
Octal236360267420306212111116
Binary1001111011110000101101111000100110001101000101010010011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EF0B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,240,183); }

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

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

 a { background-color: rgb(158,240,183); }

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

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

 span { border-color: rgb(158,240,183); }

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