#9BDF9F

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

Shades of Chinook #9BDF9F

Tints of Chinook #9BDF9F

Color information

#9BDF9F (or 0x9BDF9F) is unknown color: approx Chinook. HEX triplet: 9B, DF and 9F. RGB value is (155,223,159). Sum of RGB (Red+Green+Blue) = 155+223+159=537 (71% of max value = 765). Red value is 155 (60.94% from 255 or 28.86% from 537); Green value is 223 (87.5% from 255 or 41.53% from 537); Blue value is 159 (62.5% from 255 or 29.61% from 537); Max value from RGB is 223 - color contains mainly: green. Hex color #9BDF9F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9BDF9F is #642060. Grayscale: #C3C3C3. Windows color (decimal): -6561889 or 10477467. OLE color: 10477467.

HSL color Cylindrical-coordinate representation of color #9BDF9F: hue angle of 123.53º degrees, saturation: 0.52, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #9BDF9F is Cyan = 0.30, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.13.

Color convert

RGB155223159-
CMYK0.3000.290.13
HSL123.53º51.52%74.12%-
HSV(B)123.53º30.49%87.45%-
XYZ46.1662.2542.38-
YUV195.37107.4799.2-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 28.86%
GREEN value IS 223 (87.5% from 255) = 41.53%
BLUE value IS 159 (62.5% from 255) = 29.61%
R=28.86%
G=41.53%
B=29.61%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1552231590.3000.290.13123.5351.5274.12
Hex9BDF9F1E01DD7c344a
Octal233337237360351517464112
Binary10011011110111111001111111110011101110111111001101001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BDF9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,223,159); }

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

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

 a { background-color: rgb(155,223,159); }

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

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

 span { border-color: rgb(155,223,159); }

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