Html Css Color HEX #9FEDB6 Fringy Flower

📋 copy color: '#9FEDB6'

red 159 ◦ green 237 ◦ blue 182

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

Shades of Fringy Flower #9FEDB6

Tints of Fringy Flower #9FEDB6

RGB

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

 GREEN value IS 237 (92.97% from 255) = 41%

 BLUE value IS 182 (71.48% from 255) = 31.49%

R = 27.51%
G = 41%
B = 31.49%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.23

 K value IS 0.07

RGB Variations

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

Color information

#9FEDB6 (or 0x9FEDB6) is known color: Fringy Flower. HEX triplet: 9F, ED and B6. RGB value is (159,237,182). Sum of RGB (Red+Green+Blue) = 159+237+182=578 (76% of max value = 765). Red value is 159 (62.5% from 255 or 27.51% from 578); Green value is 237 (92.97% from 255 or 41.00% from 578); Blue value is 182 (71.48% from 255 or 31.49% from 578); Max value from RGB is 237 - color contains mainly: green. Hex color #9FEDB6 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9FEDB6 is #601249. Grayscale: #CFCFCF. Windows color (decimal): -6296138 or 11988383. OLE color: 11988383.

HSL color Cylindrical-coordinate representation of color #9FEDB6: hue angle of 137.69º degrees, saturation: 0.68, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #9FEDB6 is Cyan = 0.33, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.07.

Color convert

RGB 159 237 182 -
CMYK 0.33 0 0.23 0.07
HSL 137.69º 0.68% 0.78% -
HSV(B) 137.69º 0.33% 0.93% -
XYZ 53.03 71.32 55.23 -
YUV 207.41 113.66 93.47 -
System Red Green Blue C M Y K H S L
Decimal 159 237 182 0.33 0 0.23 0.07 137.69 0.68 0.78
Hex 9F ED B6 21 0 17 7 8A 44 4E
Octal 237 355 266 41 0 27 7 212 104 116
Binary 10011111 11101101 10110110 100001 0 10111 111 10001010 1000100 1001110

Color Harmonies of #9FEDB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FEDB6

Black with #9FEDB6

Text Example


Text Example

White with #9FEDB6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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