#9AC89F

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

Shades of Chinook #9AC89F

Tints of Chinook #9AC89F

Color information

#9AC89F (or 0x9AC89F) is unknown color: approx Chinook. HEX triplet: 9A, C8 and 9F. RGB value is (154,200,159). Sum of RGB (Red+Green+Blue) = 154+200+159=513 (67% of max value = 765). Red value is 154 (60.55% from 255 or 30.02% from 513); Green value is 200 (78.52% from 255 or 38.99% from 513); Blue value is 159 (62.5% from 255 or 30.99% from 513); Max value from RGB is 200 - color contains mainly: green. Hex color #9AC89F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9AC89F is #653760. Grayscale: #B5B5B5. Windows color (decimal): -6633313 or 10471578. OLE color: 10471578.

HSL color Cylindrical-coordinate representation of color #9AC89F: hue angle of 126.52º 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 #9AC89F is Cyan = 0.23, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.22.

Color convert

RGB154200159-
CMYK0.2300.200.22
HSL126.52º29.49%69.41%-
HSV(B)126.52º23%78.43%-
XYZ40.2450.6840.46-
YUV181.57115.26108.33-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 30.02%
GREEN value IS 200 (78.52% from 255) = 38.99%
BLUE value IS 159 (62.5% from 255) = 30.99%
R=30.02%
G=38.99%
B=30.99%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1542001590.2300.200.22126.5229.4969.41
Hex9AC89F17014167f1d45
Octal232310237270242617735105
Binary10011010110010001001111110111010100101101111111111011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AC89F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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