#90DD9B

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

Shades of Chinook #90DD9B

Tints of Chinook #90DD9B

Color information

#90DD9B (or 0x90DD9B) is unknown color: approx Chinook. HEX triplet: 90, DD and 9B. RGB value is (144,221,155). Sum of RGB (Red+Green+Blue) = 144+221+155=520 (68% of max value = 765). Red value is 144 (56.64% from 255 or 27.69% from 520); Green value is 221 (86.72% from 255 or 42.5% from 520); Blue value is 155 (60.94% from 255 or 29.81% from 520); Max value from RGB is 221 - color contains mainly: green. Hex color #90DD9B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #90DD9B is #6F2264. Grayscale: #BEBEBE. Windows color (decimal): -7283301 or 10214800. OLE color: 10214800.

HSL color Cylindrical-coordinate representation of color #90DD9B: hue angle of 128.57º degrees, saturation: 0.53, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #90DD9B is Cyan = 0.35, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.13.

Color convert

RGB144221155-
CMYK0.3500.300.13
HSL128.57º53.1%71.57%-
HSV(B)128.57º34.84%86.67%-
XYZ43.2760.0140.31-
YUV190.45107.9994.87-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 27.69%
GREEN value IS 221 (86.72% from 255) = 42.5%
BLUE value IS 155 (60.94% from 255) = 29.81%
R=27.69%
G=42.5%
B=29.81%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1442211550.3500.300.13128.5753.171.57
Hex90DD9B2301ED813548
Octal220335233430361520165110
Binary1001000011011101100110111000110111101101100000011101011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90DD9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #90DD9B; }

 p { color: rgb(144,221,155); }

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

<style>
 a { background-color: #90DD9B; }

 a { background-color: rgb(144,221,155); }

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

<style>
 span { border-color: #90DD9B; }

 span { border-color: rgb(144,221,155); }

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