#9ACC70

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

Shades of Olivine #9ACC70

Tints of Olivine #9ACC70

Color information

#9ACC70 (or 0x9ACC70) is unknown color: approx Olivine. HEX triplet: 9A, CC and 70. RGB value is (154,204,112). Sum of RGB (Red+Green+Blue) = 154+204+112=470 (62% of max value = 765). Red value is 154 (60.55% from 255 or 32.77% from 470); Green value is 204 (80.08% from 255 or 43.40% from 470); Blue value is 112 (44.14% from 255 or 23.83% from 470); Max value from RGB is 204 - color contains mainly: green. Hex color #9ACC70 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9ACC70 is #65338F. Grayscale: #B2B2B2. Windows color (decimal): -6632336 or 7392410. OLE color: 7392410.

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

Color convert

RGB154204112-
CMYK0.2500.450.2
HSL92.61º47.42%61.96%-
HSV(B)92.61º45.1%80%-
XYZ37.8451.2323.22-
YUV178.5690.44110.48-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 32.77%
GREEN value IS 204 (80.08% from 255) = 43.40%
BLUE value IS 112 (44.14% from 255) = 23.83%
R=32.77%
G=43.40%
B=23.83%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1542041120.2500.450.292.6147.4261.96
Hex9ACC701902D145d2f3e
Octal23231416031055241355776
Binary10011010110011001110000110010101101101001011101101111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9ACC70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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