#9ABE7A

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

Shades of Olivine #9ABE7A

Tints of Olivine #9ABE7A

Color information

#9ABE7A (or 0x9ABE7A) is unknown color: approx Olivine. HEX triplet: 9A, BE and 7A. RGB value is (154,190,122). Sum of RGB (Red+Green+Blue) = 154+190+122=466 (61% of max value = 765). Red value is 154 (60.55% from 255 or 33.05% from 466); Green value is 190 (74.61% from 255 or 40.77% from 466); Blue value is 122 (48.05% from 255 or 26.18% from 466); Max value from RGB is 190 - color contains mainly: green. Hex color #9ABE7A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9ABE7A is #654185. Grayscale: #ABABAB. Windows color (decimal): -6635910 or 8044186. OLE color: 8044186.

HSL color Cylindrical-coordinate representation of color #9ABE7A: hue angle of 91.76º degrees, saturation: 0.34, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #9ABE7A is Cyan = 0.19, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.25.

Color convert

RGB154190122-
CMYK0.1900.360.25
HSL91.76º34.34%61.18%-
HSV(B)91.76º35.79%74.51%-
XYZ35.2545.125.26-
YUV171.48100.07115.53-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 33.05%
GREEN value IS 190 (74.61% from 255) = 40.77%
BLUE value IS 122 (48.05% from 255) = 26.18%
R=33.05%
G=40.77%
B=26.18%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1541901220.1900.360.2591.7634.3461.18
Hex9ABE7A13024195c223d
Octal23227617223044311344275
Binary10011010101111101111010100110100100110011011100100010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9ABE7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,190,122); }

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

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

 a { background-color: rgb(154,190,122); }

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

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

 span { border-color: rgb(154,190,122); }

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