#90CF9B

Color #90CF9B Chinook (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Chinook #90CF9B

Tints of Chinook #90CF9B

Color information

#90CF9B (or 0x90CF9B) is unknown color: approx Chinook. HEX triplet: 90, CF and 9B. RGB value is (144,207,155). Sum of RGB (Red+Green+Blue) = 144+207+155=506 (67% of max value = 765). Red value is 144 (56.64% from 255 or 28.46% from 506); Green value is 207 (81.25% from 255 or 40.91% from 506); Blue value is 155 (60.94% from 255 or 30.63% from 506); Max value from RGB is 207 - color contains mainly: green. Hex color #90CF9B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #90CF9B is #6F3064. Grayscale: #B6B6B6. Windows color (decimal): -7286885 or 10211216. OLE color: 10211216.

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

Color convert

RGB144207155-
CMYK0.3000.250.19
HSL130.48º39.62%68.82%-
HSV(B)130.48º30.43%81.18%-
XYZ39.7352.9239.13-
YUV182.24112.63100.73-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 28.46%
GREEN value IS 207 (81.25% from 255) = 40.91%
BLUE value IS 155 (60.94% from 255) = 30.63%
R=28.46%
G=40.91%
B=30.63%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1442071550.3000.250.19130.4839.6268.82
Hex90CF9B1E01913822845
Octal220317233360312320250105
Binary1001000011001111100110111111001100110011100000101010001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90CF9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #90CF9B;
 }
 .AnyTagClassName
 {
   color: #90CF9B;
 }
</style>
background-color css

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

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

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

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

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

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