#90CE9A

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

Shades of Chinook #90CE9A

Tints of Chinook #90CE9A

Color information

#90CE9A (or 0x90CE9A) is unknown color: approx Chinook. HEX triplet: 90, CE and 9A. RGB value is (144,206,154). Sum of RGB (Red+Green+Blue) = 144+206+154=504 (66% of max value = 765). Red value is 144 (56.64% from 255 or 28.57% from 504); Green value is 206 (80.86% from 255 or 40.87% from 504); Blue value is 154 (60.55% from 255 or 30.56% from 504); Max value from RGB is 206 - color contains mainly: green. Hex color #90CE9A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #90CE9A is #6F3165. Grayscale: #B5B5B5. Windows color (decimal): -7287142 or 10145424. OLE color: 10145424.

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

Color convert

RGB144206154-
CMYK0.3000.250.19
HSL129.68º38.75%68.63%-
HSV(B)129.68º30.1%80.78%-
XYZ39.4152.4138.61-
YUV181.53112.46101.23-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 28.57%
GREEN value IS 206 (80.86% from 255) = 40.87%
BLUE value IS 154 (60.55% from 255) = 30.56%
R=28.57%
G=40.87%
B=30.56%

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
Decimal1442061540.3000.250.19129.6838.7568.63
Hex90CE9A1E01913822745
Octal220316232360312320247105
Binary1001000011001110100110101111001100110011100000101001111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90CE9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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