#9AC45C

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

Shades of Olivine #9AC45C

Tints of Olivine #9AC45C

Color information

#9AC45C (or 0x9AC45C) is unknown color: approx Olivine. HEX triplet: 9A, C4 and 5C. RGB value is (154,196,92). Sum of RGB (Red+Green+Blue) = 154+196+92=442 (58% of max value = 765). Red value is 154 (60.55% from 255 or 34.84% from 442); Green value is 196 (76.95% from 255 or 44.34% from 442); Blue value is 92 (36.33% from 255 or 20.81% from 442); Max value from RGB is 196 - color contains mainly: green. Hex color #9AC45C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9AC45C is #653BA3. Grayscale: #ABABAB. Windows color (decimal): -6634404 or 6079642. OLE color: 6079642.

HSL color Cylindrical-coordinate representation of color #9AC45C: hue angle of 84.23º degrees, saturation: 0.47, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #9AC45C is Cyan = 0.21, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.23.

Color convert

RGB15419692-
CMYK0.2100.530.23
HSL84.23º46.85%56.47%-
HSV(B)84.23º53.06%76.86%-
XYZ3547.1217.38-
YUV171.5983.09115.46-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 34.84%
GREEN value IS 196 (76.95% from 255) = 44.34%
BLUE value IS 92 (36.33% from 255) = 20.81%
R=34.84%
G=44.34%
B=20.81%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal154196920.2100.530.2384.2346.8556.47
Hex9AC45C1503517542f38
Octal23230413425065271245770
Binary10011010110001001011100101010110101101111010100101111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AC45C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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