Html Css Color HEX #90D1A5 Chinook

📋 copy color: '#90D1A5'

red 144 ◦ green 209 ◦ blue 165

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

Shades of Chinook #90D1A5

Tints of Chinook #90D1A5

RGB

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

 GREEN value IS 209 (82.03% from 255) = 40.35%

 BLUE value IS 165 (64.84% from 255) = 31.85%

R = 27.8%
G = 40.35%
B = 31.85%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.21

 K value IS 0.18

RGB Variations

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

Color information

#90D1A5 (or 0x90D1A5) is known color: Chinook. HEX triplet: 90, D1 and A5. RGB value is (144,209,165). Sum of RGB (Red+Green+Blue) = 144+209+165=518 (68% of max value = 765). Red value is 144 (56.64% from 255 or 27.80% from 518); Green value is 209 (82.03% from 255 or 40.35% from 518); Blue value is 165 (64.84% from 255 or 31.85% from 518); Max value from RGB is 209 - color contains mainly: green. Hex color #90D1A5 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #90D1A5 is #6F2E5A. Grayscale: #B8B8B8. Windows color (decimal): -7286363 or 10867088. OLE color: 10867088.

HSL color Cylindrical-coordinate representation of color #90D1A5: hue angle of 139.38º degrees, saturation: 0.41, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #90D1A5 is Cyan = 0.31, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.18.

Color convert

RGB 144 209 165 -
CMYK 0.31 0 0.21 0.18
HSL 139.38º 0.41% 0.69% -
HSV(B) 139.38º 0.31% 0.82% -
XYZ 41.09 54.25 43.9 -
YUV 184.55 116.97 99.08 -
System Red Green Blue C M Y K H S L
Decimal 144 209 165 0.31 0 0.21 0.18 139.38 0.41 0.69
Hex 90 D1 A5 1F 0 15 12 8B 29 45
Octal 220 321 245 37 0 25 22 213 51 105
Binary 10010000 11010001 10100101 11111 0 10101 10010 10001011 101001 1000101

Color Harmonies of #90D1A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90D1A5

Black with #90D1A5

Text Example


Text Example

White with #90D1A5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(144,209,165); }

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

background-color css

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

 a { background-color: rgb(144,209,165); }

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

border-color css

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

 span { border-color: rgb(144,209,165); }

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