#9ACC5C

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

Shades of Olivine #9ACC5C

Tints of Olivine #9ACC5C

Color information

#9ACC5C (or 0x9ACC5C) is unknown color: approx Olivine. HEX triplet: 9A, CC and 5C. RGB value is (154,204,92). Sum of RGB (Red+Green+Blue) = 154+204+92=450 (59% of max value = 765). Red value is 154 (60.55% from 255 or 34.22% from 450); Green value is 204 (80.08% from 255 or 45.33% from 450); Blue value is 92 (36.33% from 255 or 20.44% from 450); Max value from RGB is 204 - color contains mainly: green. Hex color #9ACC5C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9ACC5C is #6533A3. Grayscale: #B0B0B0. Windows color (decimal): -6632356 or 6081690. OLE color: 6081690.

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

Color convert

RGB15420492-
CMYK0.2500.550.2
HSL86.79º52.34%58.04%-
HSV(B)86.79º54.9%80%-
XYZ36.8550.8317.99-
YUV176.2880.44112.11-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 34.22%
GREEN value IS 204 (80.08% from 255) = 45.33%
BLUE value IS 92 (36.33% from 255) = 20.44%
R=34.22%
G=45.33%
B=20.44%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal154204920.2500.550.286.7952.3458.04
Hex9ACC5C190371457343a
Octal23231413431067241276472
Binary10011010110011001011100110010110111101001010111110100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9ACC5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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