#9EFFB8

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

Shades of Fringy Flower #9EFFB8

Tints of Fringy Flower #9EFFB8

Color information

#9EFFB8 (or 0x9EFFB8) is unknown color: approx Fringy Flower. HEX triplet: 9E, FF and B8. RGB value is (158,255,184). Sum of RGB (Red+Green+Blue) = 158+255+184=597 (79% of max value = 765). Red value is 158 (62.11% from 255 or 26.47% from 597); Green value is 255 (100% from 255 or 42.71% from 597); Blue value is 184 (72.27% from 255 or 30.82% from 597); Max value from RGB is 255 - color contains mainly: green. Hex color #9EFFB8 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9EFFB8 is #610047. Grayscale: #DADADA. Windows color (decimal): -6357064 or 12124062. OLE color: 12124062.

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

Color convert

RGB158255184-
CMYK0.3800.280
HSL136.08º100%80.98%-
HSV(B)136.08º38.04%100%-
XYZ58.5182.2558.14-
YUV217.9108.8685.27-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 26.47%
GREEN value IS 255 (100% from 255) = 42.71%
BLUE value IS 184 (72.27% from 255) = 30.82%
R=26.47%
G=42.71%
B=30.82%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1582551840.3800.280136.0810080.98
Hex9EFFB82601C0886451
Octal236377270460340210144121
Binary10011110111111111011100010011001110001000100011001001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EFFB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,255,184); }

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

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

 a { background-color: rgb(158,255,184); }

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

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

 span { border-color: rgb(158,255,184); }

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