Html Css Color HEX #90CD9C Chinook

📋 copy color: '#90CD9C'

red 144 ◦ green 205 ◦ blue 156

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

Shades of Chinook #90CD9C

Tints of Chinook #90CD9C

RGB

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

 GREEN value IS 205 (80.47% from 255) = 40.59%

 BLUE value IS 156 (61.33% from 255) = 30.89%

R = 28.51%
G = 40.59%
B = 30.89%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.24

 K value IS 0.20

RGB Variations

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

Color information

#90CD9C (or 0x90CD9C) is known color: Chinook. HEX triplet: 90, CD and 9C. RGB value is (144,205,156). Sum of RGB (Red+Green+Blue) = 144+205+156=505 (66% of max value = 765). Red value is 144 (56.64% from 255 or 28.51% from 505); Green value is 205 (80.47% from 255 or 40.59% from 505); Blue value is 156 (61.33% from 255 or 30.89% from 505); Max value from RGB is 205 - color contains mainly: green. Hex color #90CD9C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #90CD9C is #6F3263. Grayscale: #B5B5B5. Windows color (decimal): -7287396 or 10276240. OLE color: 10276240.

HSL color Cylindrical-coordinate representation of color #90CD9C: hue angle of 131.8º degrees, saturation: 0.38, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #90CD9C is Cyan = 0.30, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.20.

Color convert

RGB 144 205 156 -
CMYK 0.30 0 0.24 0.20
HSL 131.8º 0.38% 0.68% -
HSV(B) 131.8º 0.3% 0.8% -
XYZ 39.33 51.99 39.41 -
YUV 181.18 113.79 101.48 -
System Red Green Blue C M Y K H S L
Decimal 144 205 156 0.30 0 0.24 0.20 131.8 0.38 0.68
Hex 90 CD 9C 1E 0 18 14 84 26 44
Octal 220 315 234 36 0 30 24 204 46 104
Binary 10010000 11001101 10011100 11110 0 11000 10100 10000100 100110 1000100

Color Harmonies of #90CD9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90CD9C

Black with #90CD9C

Text Example


Text Example

White with #90CD9C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(144,205,156); }

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

background-color css

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

 a { background-color: rgb(144,205,156); }

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

border-color css

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

 span { border-color: rgb(144,205,156); }

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