Html Css Color HEX #90D6A4 Chinook

📋 copy color: '#90D6A4'

red 144 ◦ green 214 ◦ blue 164

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

Shades of Chinook #90D6A4

Tints of Chinook #90D6A4

RGB

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

 GREEN value IS 214 (83.98% from 255) = 41%

 BLUE value IS 164 (64.45% from 255) = 31.42%

R = 27.59%
G = 41%
B = 31.42%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.23

 K value IS 0.16

RGB Variations

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

Color information

#90D6A4 (or 0x90D6A4) is known color: Chinook. HEX triplet: 90, D6 and A4. RGB value is (144,214,164). Sum of RGB (Red+Green+Blue) = 144+214+164=522 (69% of max value = 765). Red value is 144 (56.64% from 255 or 27.59% from 522); Green value is 214 (83.98% from 255 or 41.00% from 522); Blue value is 164 (64.45% from 255 or 31.42% from 522); Max value from RGB is 214 - color contains mainly: green. Hex color #90D6A4 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #90D6A4 is #6F295B. Grayscale: #BBBBBB. Windows color (decimal): -7285084 or 10802832. OLE color: 10802832.

HSL color Cylindrical-coordinate representation of color #90D6A4: hue angle of 137.14º degrees, saturation: 0.46, 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 #90D6A4 is Cyan = 0.33, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.16.

Color convert

RGB 144 214 164 -
CMYK 0.33 0 0.23 0.16
HSL 137.14º 0.46% 0.7% -
HSV(B) 137.14º 0.33% 0.84% -
XYZ 42.25 56.7 43.84 -
YUV 187.37 114.81 97.07 -
System Red Green Blue C M Y K H S L
Decimal 144 214 164 0.33 0 0.23 0.16 137.14 0.46 0.7
Hex 90 D6 A4 21 0 17 10 89 2E 46
Octal 220 326 244 41 0 27 20 211 56 106
Binary 10010000 11010110 10100100 100001 0 10111 10000 10001001 101110 1000110

Color Harmonies of #90D6A4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90D6A4

Black with #90D6A4

Text Example


Text Example

White with #90D6A4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(144,214,164); }

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

background-color css

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

 a { background-color: rgb(144,214,164); }

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

border-color css

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

 span { border-color: rgb(144,214,164); }

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