#9ACC61

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

Shades of Olivine #9ACC61

Tints of Olivine #9ACC61

Color information

#9ACC61 (or 0x9ACC61) is unknown color: approx Olivine. HEX triplet: 9A, CC and 61. RGB value is (154,204,97). Sum of RGB (Red+Green+Blue) = 154+204+97=455 (60% of max value = 765). Red value is 154 (60.55% from 255 or 33.85% from 455); Green value is 204 (80.08% from 255 or 44.84% from 455); Blue value is 97 (38.28% from 255 or 21.32% from 455); Max value from RGB is 204 - color contains mainly: green. Hex color #9ACC61 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9ACC61 is #65339E. Grayscale: #B1B1B1. Windows color (decimal): -6632351 or 6409370. OLE color: 6409370.

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

Color convert

RGB15420497-
CMYK0.2500.520.2
HSL88.04º51.2%59.02%-
HSV(B)88.04º52.45%80%-
XYZ37.0850.9219.18-
YUV176.8582.94111.7-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 33.85%
GREEN value IS 204 (80.08% from 255) = 44.84%
BLUE value IS 97 (38.28% from 255) = 21.32%
R=33.85%
G=44.84%
B=21.32%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal154204970.2500.520.288.0451.259.02
Hex9ACC61190341458333b
Octal23231414131064241306373
Binary10011010110011001100001110010110100101001011000110011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9ACC61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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