#90CF98

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

Shades of Chinook #90CF98

Tints of Chinook #90CF98

Color information

#90CF98 (or 0x90CF98) is unknown color: approx Chinook. HEX triplet: 90, CF and 98. RGB value is (144,207,152). Sum of RGB (Red+Green+Blue) = 144+207+152=503 (66% of max value = 765). Red value is 144 (56.64% from 255 or 28.63% from 503); Green value is 207 (81.25% from 255 or 41.15% from 503); Blue value is 152 (59.77% from 255 or 30.22% from 503); Max value from RGB is 207 - color contains mainly: green. Hex color #90CF98 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #90CF98 is #6F3067. Grayscale: #B6B6B6. Windows color (decimal): -7286888 or 10014608. OLE color: 10014608.

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

Color convert

RGB144207152-
CMYK0.3000.270.19
HSL127.62º39.62%68.82%-
HSV(B)127.62º30.43%81.18%-
XYZ39.4852.8237.82-
YUV181.89111.13100.97-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 28.63%
GREEN value IS 207 (81.25% from 255) = 41.15%
BLUE value IS 152 (59.77% from 255) = 30.22%
R=28.63%
G=41.15%
B=30.22%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1442071520.3000.270.19127.6239.6268.82
Hex90CF981E01B13802845
Octal220317230360332320050105
Binary1001000011001111100110001111001101110011100000001010001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90CF98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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