Html Css Color HEX #90D5A0 Chinook

📋 copy color: '#90D5A0'

red 144 ◦ green 213 ◦ blue 160

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

Shades of Chinook #90D5A0

Tints of Chinook #90D5A0

RGB

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

 GREEN value IS 213 (83.59% from 255) = 41.2%

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

R = 27.85%
G = 41.2%
B = 30.95%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.25

 K value IS 0.16

RGB Variations

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

Color information

#90D5A0 (or 0x90D5A0) is known color: Chinook. HEX triplet: 90, D5 and A0. RGB value is (144,213,160). Sum of RGB (Red+Green+Blue) = 144+213+160=517 (68% of max value = 765). Red value is 144 (56.64% from 255 or 27.85% from 517); Green value is 213 (83.59% from 255 or 41.20% from 517); Blue value is 160 (62.89% from 255 or 30.95% from 517); Max value from RGB is 213 - color contains mainly: green. Hex color #90D5A0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #90D5A0 is #6F2A5F. Grayscale: #BABABA. Windows color (decimal): -7285344 or 10540432. OLE color: 10540432.

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

Color convert

RGB 144 213 160 -
CMYK 0.32 0 0.25 0.16
HSL 133.91º 0.45% 0.7% -
HSV(B) 133.91º 0.32% 0.84% -
XYZ 41.64 56.06 41.88 -
YUV 186.33 113.14 97.81 -
System Red Green Blue C M Y K H S L
Decimal 144 213 160 0.32 0 0.25 0.16 133.91 0.45 0.7
Hex 90 D5 A0 20 0 19 10 86 2D 46
Octal 220 325 240 40 0 31 20 206 55 106
Binary 10010000 11010101 10100000 100000 0 11001 10000 10000110 101101 1000110

Color Harmonies of #90D5A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90D5A0

Black with #90D5A0

Text Example


Text Example

White with #90D5A0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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