#9ACC5F

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

Shades of Olivine #9ACC5F

Tints of Olivine #9ACC5F

Color information

#9ACC5F (or 0x9ACC5F) is unknown color: approx Olivine. HEX triplet: 9A, CC and 5F. RGB value is (154,204,95). Sum of RGB (Red+Green+Blue) = 154+204+95=453 (60% of max value = 765). Red value is 154 (60.55% from 255 or 34.00% from 453); Green value is 204 (80.08% from 255 or 45.03% from 453); Blue value is 95 (37.5% from 255 or 20.97% from 453); Max value from RGB is 204 - color contains mainly: green. Hex color #9ACC5F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9ACC5F is #6533A0. Grayscale: #B1B1B1. Windows color (decimal): -6632353 or 6278298. OLE color: 6278298.

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

Color convert

RGB15420495-
CMYK0.2500.530.2
HSL87.52º51.66%58.63%-
HSV(B)87.52º53.43%80%-
XYZ36.9850.8818.7-
YUV176.6281.94111.86-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 34.00%
GREEN value IS 204 (80.08% from 255) = 45.03%
BLUE value IS 95 (37.5% from 255) = 20.97%
R=34.00%
G=45.03%
B=20.97%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal154204950.2500.530.287.5251.6658.63
Hex9ACC5F190351458343b
Octal23231413731065241306473
Binary10011010110011001011111110010110101101001011000110100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9ACC5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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