#9AC89E

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

Shades of Chinook #9AC89E

Tints of Chinook #9AC89E

Color information

#9AC89E (or 0x9AC89E) is unknown color: approx Chinook. HEX triplet: 9A, C8 and 9E. RGB value is (154,200,158). Sum of RGB (Red+Green+Blue) = 154+200+158=512 (67% of max value = 765). Red value is 154 (60.55% from 255 or 30.08% from 512); Green value is 200 (78.52% from 255 or 39.06% from 512); Blue value is 158 (62.11% from 255 or 30.86% from 512); Max value from RGB is 200 - color contains mainly: green. Hex color #9AC89E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9AC89E is #653761. Grayscale: #B5B5B5. Windows color (decimal): -6633314 or 10406042. OLE color: 10406042.

HSL color Cylindrical-coordinate representation of color #9AC89E: hue angle of 125.22º degrees, saturation: 0.29, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #9AC89E is Cyan = 0.23, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.22.

Color convert

RGB154200158-
CMYK0.2300.210.22
HSL125.22º29.49%69.41%-
HSV(B)125.22º23%78.43%-
XYZ40.1550.6540.01-
YUV181.46114.76108.42-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 30.08%
GREEN value IS 200 (78.52% from 255) = 39.06%
BLUE value IS 158 (62.11% from 255) = 30.86%
R=30.08%
G=39.06%
B=30.86%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1542001580.2300.210.22125.2229.4969.41
Hex9AC89E17015167d1d45
Octal232310236270252617535105
Binary10011010110010001001111010111010101101101111101111011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AC89E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9AC89E; }

 p { color: rgb(154,200,158); }

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

<style>
 a { background-color: #9AC89E; }

 a { background-color: rgb(154,200,158); }

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

<style>
 span { border-color: #9AC89E; }

 span { border-color: rgb(154,200,158); }

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