Html Css Color HEX #90DD9F Chinook

📋 copy color: '#90DD9F'

red 144 ◦ green 221 ◦ blue 159

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

Shades of Chinook #90DD9F

Tints of Chinook #90DD9F

RGB

 RED value IS 144 (56.64% from 255) = 27.48%

 GREEN value IS 221 (86.72% from 255) = 42.18%

 BLUE value IS 159 (62.5% from 255) = 30.34%

R = 27.48%
G = 42.18%
B = 30.34%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.28

 K value IS 0.13

RGB Variations

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

Color information

#90DD9F (or 0x90DD9F) is known color: Chinook. HEX triplet: 90, DD and 9F. RGB value is (144,221,159). Sum of RGB (Red+Green+Blue) = 144+221+159=524 (69% of max value = 765). Red value is 144 (56.64% from 255 or 27.48% from 524); Green value is 221 (86.72% from 255 or 42.18% from 524); Blue value is 159 (62.5% from 255 or 30.34% from 524); Max value from RGB is 221 - color contains mainly: green. Hex color #90DD9F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #90DD9F is #6F2260. Grayscale: #BFBFBF. Windows color (decimal): -7283297 or 10476944. OLE color: 10476944.

HSL color Cylindrical-coordinate representation of color #90DD9F: hue angle of 131.69º 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 #90DD9F is Cyan = 0.35, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.13.

Color convert

RGB 144 221 159 -
CMYK 0.35 0 0.28 0.13
HSL 131.69º 0.53% 0.72% -
HSV(B) 131.69º 0.35% 0.87% -
XYZ 43.62 60.15 42.11 -
YUV 190.91 109.99 94.54 -
System Red Green Blue C M Y K H S L
Decimal 144 221 159 0.35 0 0.28 0.13 131.69 0.53 0.72
Hex 90 DD 9F 23 0 1C D 84 35 48
Octal 220 335 237 43 0 34 15 204 65 110
Binary 10010000 11011101 10011111 100011 0 11100 1101 10000100 110101 1001000

Color Harmonies of #90DD9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90DD9F

Black with #90DD9F

Text Example


Text Example

White with #90DD9F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #90DD9F;
 }
 .AnyTagClassName
 {
   color: #90DD9F;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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