Html Css Color HEX #90CF9C Chinook

📋 copy color: '#90CF9C'

red 144 ◦ green 207 ◦ blue 156

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

Shades of Chinook #90CF9C

Tints of Chinook #90CF9C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 30.77%

R = 28.4%
G = 40.83%
B = 30.77%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.25

 K value IS 0.19

RGB Variations

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

Color information

#90CF9C (or 0x90CF9C) is known color: Chinook. HEX triplet: 90, CF and 9C. RGB value is (144,207,156). Sum of RGB (Red+Green+Blue) = 144+207+156=507 (67% of max value = 765). Red value is 144 (56.64% from 255 or 28.40% from 507); Green value is 207 (81.25% from 255 or 40.83% from 507); Blue value is 156 (61.33% from 255 or 30.77% from 507); Max value from RGB is 207 - color contains mainly: green. Hex color #90CF9C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #90CF9C is #6F3063. Grayscale: #B6B6B6. Windows color (decimal): -7286884 or 10276752. OLE color: 10276752.

HSL color Cylindrical-coordinate representation of color #90CF9C: hue angle of 131.43º 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 #90CF9C is Cyan = 0.30, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.19.

Color convert

RGB 144 207 156 -
CMYK 0.30 0 0.25 0.19
HSL 131.43º 0.4% 0.69% -
HSV(B) 131.43º 0.3% 0.81% -
XYZ 39.82 52.96 39.58 -
YUV 182.35 113.13 100.65 -
System Red Green Blue C M Y K H S L
Decimal 144 207 156 0.30 0 0.25 0.19 131.43 0.4 0.69
Hex 90 CF 9C 1E 0 19 13 83 28 45
Octal 220 317 234 36 0 31 23 203 50 105
Binary 10010000 11001111 10011100 11110 0 11001 10011 10000011 101000 1000101

Color Harmonies of #90CF9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90CF9C

Black with #90CF9C

Text Example


Text Example

White with #90CF9C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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