#9FEFB6

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

Shades of Fringy Flower #9FEFB6

Tints of Fringy Flower #9FEFB6

Color information

#9FEFB6 (or 0x9FEFB6) is unknown color: approx Fringy Flower. HEX triplet: 9F, EF and B6. RGB value is (159,239,182). Sum of RGB (Red+Green+Blue) = 159+239+182=580 (76% of max value = 765). Red value is 159 (62.5% from 255 or 27.41% from 580); Green value is 239 (93.75% from 255 or 41.21% from 580); Blue value is 182 (71.48% from 255 or 31.38% from 580); Max value from RGB is 239 - color contains mainly: green. Hex color #9FEFB6 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9FEFB6 is #601049. Grayscale: #D0D0D0. Windows color (decimal): -6295626 or 11988895. OLE color: 11988895.

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

Color convert

RGB159239182-
CMYK0.3300.240.06
HSL137.25º71.43%78.04%-
HSV(B)137.25º33.47%93.73%-
XYZ53.6172.4855.42-
YUV208.5811392.63-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 27.41%
GREEN value IS 239 (93.75% from 255) = 41.21%
BLUE value IS 182 (71.48% from 255) = 31.38%
R=27.41%
G=41.21%
B=31.38%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1592391820.3300.240.06137.2571.4378.04
Hex9FEFB621018689474e
Octal237357266410306211107116
Binary1001111111101111101101101000010110001101000100110001111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FEFB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,239,182); }

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

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

 a { background-color: rgb(159,239,182); }

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

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

 span { border-color: rgb(159,239,182); }

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