Html Css Color HEX #90D7A0 Chinook

📋 copy color: '#90D7A0'

red 144 ◦ green 215 ◦ blue 160

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

Shades of Chinook #90D7A0

Tints of Chinook #90D7A0

RGB

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

 GREEN value IS 215 (84.38% from 255) = 41.43%

 BLUE value IS 160 (62.89% from 255) = 30.83%

R = 27.75%
G = 41.43%
B = 30.83%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.26

 K value IS 0.16

RGB Variations

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

Color information

#90D7A0 (or 0x90D7A0) is known color: Chinook. HEX triplet: 90, D7 and A0. RGB value is (144,215,160). Sum of RGB (Red+Green+Blue) = 144+215+160=519 (68% of max value = 765). Red value is 144 (56.64% from 255 or 27.75% from 519); Green value is 215 (84.38% from 255 or 41.43% from 519); Blue value is 160 (62.89% from 255 or 30.83% from 519); Max value from RGB is 215 - color contains mainly: green. Hex color #90D7A0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #90D7A0 is #6F285F. Grayscale: #BBBBBB. Windows color (decimal): -7284832 or 10540944. OLE color: 10540944.

HSL color Cylindrical-coordinate representation of color #90D7A0: hue angle of 133.52º degrees, saturation: 0.47, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #90D7A0 is Cyan = 0.33, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.16.

Color convert

RGB 144 215 160 -
CMYK 0.33 0 0.26 0.16
HSL 133.52º 0.47% 0.7% -
HSV(B) 133.52º 0.33% 0.84% -
XYZ 42.15 57.07 42.05 -
YUV 187.5 112.48 96.97 -
System Red Green Blue C M Y K H S L
Decimal 144 215 160 0.33 0 0.26 0.16 133.52 0.47 0.7
Hex 90 D7 A0 21 0 1A 10 86 2F 46
Octal 220 327 240 41 0 32 20 206 57 106
Binary 10010000 11010111 10100000 100001 0 11010 10000 10000110 101111 1000110

Color Harmonies of #90D7A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90D7A0

Black with #90D7A0

Text Example


Text Example

White with #90D7A0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(144,215,160); }

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

background-color css

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

 a { background-color: rgb(144,215,160); }

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

border-color css

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

 span { border-color: rgb(144,215,160); }

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