#90CD9A

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

Shades of Chinook #90CD9A

Tints of Chinook #90CD9A

Color information

#90CD9A (or 0x90CD9A) is unknown color: approx Chinook. HEX triplet: 90, CD and 9A. RGB value is (144,205,154). Sum of RGB (Red+Green+Blue) = 144+205+154=503 (66% of max value = 765). Red value is 144 (56.64% from 255 or 28.63% from 503); Green value is 205 (80.47% from 255 or 40.76% from 503); Blue value is 154 (60.55% from 255 or 30.62% from 503); Max value from RGB is 205 - color contains mainly: green. Hex color #90CD9A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #90CD9A is #6F3265. Grayscale: #B5B5B5. Windows color (decimal): -7287398 or 10145168. OLE color: 10145168.

HSL color Cylindrical-coordinate representation of color #90CD9A: hue angle of 129.84º degrees, saturation: 0.38, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #90CD9A is Cyan = 0.30, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.20.

Color convert

RGB144205154-
CMYK0.3000.250.20
HSL129.84º37.89%68.43%-
HSV(B)129.84º29.76%80.39%-
XYZ39.1751.9338.53-
YUV180.95112.79101.65-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 28.63%
GREEN value IS 205 (80.47% from 255) = 40.76%
BLUE value IS 154 (60.55% from 255) = 30.62%
R=28.63%
G=40.76%
B=30.62%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1442051540.3000.250.20129.8437.8968.43
Hex90CD9A1E01914822644
Octal220315232360312420246104
Binary1001000011001101100110101111001100110100100000101001101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90CD9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(144,205,154); }

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

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

 a { background-color: rgb(144,205,154); }

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

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

 span { border-color: rgb(144,205,154); }

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