#9DE0B0

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

Shades of Chinook #9DE0B0

Tints of Chinook #9DE0B0

Color information

#9DE0B0 (or 0x9DE0B0) is unknown color: approx Chinook. HEX triplet: 9D, E0 and B0. RGB value is (157,224,176). Sum of RGB (Red+Green+Blue) = 157+224+176=557 (73% of max value = 765). Red value is 157 (61.72% from 255 or 28.19% from 557); Green value is 224 (87.89% from 255 or 40.22% from 557); Blue value is 176 (69.14% from 255 or 31.60% from 557); Max value from RGB is 224 - color contains mainly: green. Hex color #9DE0B0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9DE0B0 is #621F4F. Grayscale: #C6C6C6. Windows color (decimal): -6430544 or 11591837. OLE color: 11591837.

HSL color Cylindrical-coordinate representation of color #9DE0B0: hue angle of 137.01º degrees, saturation: 0.52, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #9DE0B0 is Cyan = 0.30, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.12.

Color convert

RGB157224176-
CMYK0.3000.210.12
HSL137.01º51.94%74.71%-
HSV(B)137.01º29.91%87.84%-
XYZ48.463.6150.8-
YUV198.49115.398.4-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 28.19%
GREEN value IS 224 (87.89% from 255) = 40.22%
BLUE value IS 176 (69.14% from 255) = 31.60%
R=28.19%
G=40.22%
B=31.60%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1572241760.3000.210.12137.0151.9474.71
Hex9DE0B01E015C89344b
Octal235340260360251421164113
Binary100111011110000010110000111100101011100100010011101001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DE0B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,224,176); }

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

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

 a { background-color: rgb(157,224,176); }

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

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

 span { border-color: rgb(157,224,176); }

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