#9AC39E

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

Shades of Chinook #9AC39E

Tints of Chinook #9AC39E

Color information

#9AC39E (or 0x9AC39E) is unknown color: approx Chinook. HEX triplet: 9A, C3 and 9E. RGB value is (154,195,158). Sum of RGB (Red+Green+Blue) = 154+195+158=507 (67% of max value = 765). Red value is 154 (60.55% from 255 or 30.37% from 507); Green value is 195 (76.56% from 255 or 38.46% from 507); Blue value is 158 (62.11% from 255 or 31.16% from 507); Max value from RGB is 195 - color contains mainly: green. Hex color #9AC39E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9AC39E is #653C61. Grayscale: #B2B2B2. Windows color (decimal): -6634594 or 10404762. OLE color: 10404762.

HSL color Cylindrical-coordinate representation of color #9AC39E: hue angle of 125.85º degrees, saturation: 0.25, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #9AC39E is Cyan = 0.21, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.24.

Color convert

RGB154195158-
CMYK0.2100.190.24
HSL125.85º25.47%68.43%-
HSV(B)125.85º21.03%76.47%-
XYZ39.0148.3739.63-
YUV178.52116.42110.51-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 30.37%
GREEN value IS 195 (76.56% from 255) = 38.46%
BLUE value IS 158 (62.11% from 255) = 31.16%
R=30.37%
G=38.46%
B=31.16%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1541951580.2100.190.24125.8525.4768.43
Hex9AC39E15013187e1944
Octal232303236250233017631104
Binary10011010110000111001111010101010011110001111110110011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AC39E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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