Html Css Color HEX #90CF9D Chinook

📋 copy color: '#90CF9D'

red 144 ◦ green 207 ◦ blue 157

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

Shades of Chinook #90CF9D

Tints of Chinook #90CF9D

RGB

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

 GREEN value IS 207 (81.25% from 255) = 40.75%

 BLUE value IS 157 (61.72% from 255) = 30.91%

R = 28.35%
G = 40.75%
B = 30.91%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.24

 K value IS 0.19

RGB Variations

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

Color information

#90CF9D (or 0x90CF9D) is known color: Chinook. HEX triplet: 90, CF and 9D. RGB value is (144,207,157). Sum of RGB (Red+Green+Blue) = 144+207+157=508 (67% of max value = 765). Red value is 144 (56.64% from 255 or 28.35% from 508); Green value is 207 (81.25% from 255 or 40.75% from 508); Blue value is 157 (61.72% from 255 or 30.91% from 508); Max value from RGB is 207 - color contains mainly: green. Hex color #90CF9D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #90CF9D is #6F3062. Grayscale: #B6B6B6. Windows color (decimal): -7286883 or 10342288. OLE color: 10342288.

HSL color Cylindrical-coordinate representation of color #90CF9D: hue angle of 132.38º degrees, saturation: 0.4, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #90CF9D is Cyan = 0.30, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.19.

Color convert

RGB 144 207 157 -
CMYK 0.30 0 0.24 0.19
HSL 132.38º 0.4% 0.69% -
HSV(B) 132.38º 0.3% 0.81% -
XYZ 39.9 52.99 40.02 -
YUV 182.46 113.63 100.57 -
System Red Green Blue C M Y K H S L
Decimal 144 207 157 0.30 0 0.24 0.19 132.38 0.4 0.69
Hex 90 CF 9D 1E 0 18 13 84 28 45
Octal 220 317 235 36 0 30 23 204 50 105
Binary 10010000 11001111 10011101 11110 0 11000 10011 10000100 101000 1000101

Color Harmonies of #90CF9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90CF9D

Black with #90CF9D

Text Example


Text Example

White with #90CF9D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(144,207,157); }

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

background-color css

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

 a { background-color: rgb(144,207,157); }

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

border-color css

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

 span { border-color: rgb(144,207,157); }

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