#9AC378

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

Shades of Olivine #9AC378

Tints of Olivine #9AC378

Color information

#9AC378 (or 0x9AC378) is unknown color: approx Olivine. HEX triplet: 9A, C3 and 78. RGB value is (154,195,120). Sum of RGB (Red+Green+Blue) = 154+195+120=469 (62% of max value = 765). Red value is 154 (60.55% from 255 or 32.84% from 469); Green value is 195 (76.56% from 255 or 41.58% from 469); Blue value is 120 (47.27% from 255 or 25.59% from 469); Max value from RGB is 195 - color contains mainly: green. Hex color #9AC378 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9AC378 is #653C87. Grayscale: #AEAEAE. Windows color (decimal): -6634632 or 7914394. OLE color: 7914394.

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

Color convert

RGB154195120-
CMYK0.2100.380.24
HSL92.8º38.46%61.76%-
HSV(B)92.8º38.46%76.47%-
XYZ36.2347.2624.98-
YUV174.1997.42113.6-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 32.84%
GREEN value IS 195 (76.56% from 255) = 41.58%
BLUE value IS 120 (47.27% from 255) = 25.59%
R=32.84%
G=41.58%
B=25.59%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1541951200.2100.380.2492.838.4661.76
Hex9AC37815026185d263e
Octal23230317025046301354676
Binary10011010110000111111000101010100110110001011101100110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AC378

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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