#9AC156

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

Shades of Olivine #9AC156

Tints of Olivine #9AC156

Color information

#9AC156 (or 0x9AC156) is unknown color: approx Olivine. HEX triplet: 9A, C1 and 56. RGB value is (154,193,86). Sum of RGB (Red+Green+Blue) = 154+193+86=433 (57% of max value = 765). Red value is 154 (60.55% from 255 or 35.57% from 433); Green value is 193 (75.78% from 255 or 44.57% from 433); Blue value is 86 (33.98% from 255 or 19.86% from 433); Max value from RGB is 193 - color contains mainly: green. Hex color #9AC156 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9AC156 is #653EA9. Grayscale: #A9A9A9. Windows color (decimal): -6635178 or 5685658. OLE color: 5685658.

HSL color Cylindrical-coordinate representation of color #9AC156: hue angle of 81.87º degrees, saturation: 0.46, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #9AC156 is Cyan = 0.20, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.24.

Color convert

RGB15419386-
CMYK0.2000.550.24
HSL81.87º46.32%54.71%-
HSV(B)81.87º55.44%75.69%-
XYZ34.0845.6815.83-
YUV169.1481.08117.2-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 35.57%
GREEN value IS 193 (75.78% from 255) = 44.57%
BLUE value IS 86 (33.98% from 255) = 19.86%
R=35.57%
G=44.57%
B=19.86%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal154193860.2000.550.2481.8746.3254.71
Hex9AC1561403718522e37
Octal23230112624067301225667
Binary10011010110000011010110101000110111110001010010101110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AC156

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,193,86); }

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

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

 a { background-color: rgb(154,193,86); }

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

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

 span { border-color: rgb(154,193,86); }

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