#9ACC73

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

Shades of Olivine #9ACC73

Tints of Olivine #9ACC73

Color information

#9ACC73 (or 0x9ACC73) is unknown color: approx Olivine. HEX triplet: 9A, CC and 73. RGB value is (154,204,115). Sum of RGB (Red+Green+Blue) = 154+204+115=473 (62% of max value = 765). Red value is 154 (60.55% from 255 or 32.56% from 473); Green value is 204 (80.08% from 255 or 43.13% from 473); Blue value is 115 (45.31% from 255 or 24.31% from 473); Max value from RGB is 204 - color contains mainly: green. Hex color #9ACC73 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9ACC73 is #65338C. Grayscale: #B3B3B3. Windows color (decimal): -6632333 or 7589018. OLE color: 7589018.

HSL color Cylindrical-coordinate representation of color #9ACC73: hue angle of 93.71º degrees, saturation: 0.47, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #9ACC73 is Cyan = 0.25, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.2.

Color convert

RGB154204115-
CMYK0.2500.440.2
HSL93.71º46.6%62.55%-
HSV(B)93.71º43.63%80%-
XYZ38.0151.2924.12-
YUV178.991.94110.24-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 32.56%
GREEN value IS 204 (80.08% from 255) = 43.13%
BLUE value IS 115 (45.31% from 255) = 24.31%
R=32.56%
G=43.13%
B=24.31%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1542041150.2500.440.293.7146.662.55
Hex9ACC731902C145e2f3f
Octal23231416331054241365777
Binary10011010110011001110011110010101100101001011110101111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9ACC73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,204,115); }

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

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

 a { background-color: rgb(154,204,115); }

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

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

 span { border-color: rgb(154,204,115); }

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