#9AC16B

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

Shades of Olivine #9AC16B

Tints of Olivine #9AC16B

Color information

#9AC16B (or 0x9AC16B) is unknown color: approx Olivine. HEX triplet: 9A, C1 and 6B. RGB value is (154,193,107). Sum of RGB (Red+Green+Blue) = 154+193+107=454 (60% of max value = 765). Red value is 154 (60.55% from 255 or 33.92% from 454); Green value is 193 (75.78% from 255 or 42.51% from 454); Blue value is 107 (42.19% from 255 or 23.57% from 454); Max value from RGB is 193 - color contains mainly: green. Hex color #9AC16B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9AC16B is #653E94. Grayscale: #ABABAB. Windows color (decimal): -6635157 or 7061914. OLE color: 7061914.

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

Color convert

RGB154193107-
CMYK0.2000.450.24
HSL87.21º40.95%58.82%-
HSV(B)87.21º44.56%75.69%-
XYZ35.0546.0720.96-
YUV171.5491.58115.49-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 33.92%
GREEN value IS 193 (75.78% from 255) = 42.51%
BLUE value IS 107 (42.19% from 255) = 23.57%
R=33.92%
G=42.51%
B=23.57%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1541931070.2000.450.2487.2140.9558.82
Hex9AC16B1402D1857293b
Octal23230115324055301275173
Binary10011010110000011101011101000101101110001010111101001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AC16B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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