#9AC75B

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

Shades of Olivine #9AC75B

Tints of Olivine #9AC75B

Color information

#9AC75B (or 0x9AC75B) is unknown color: approx Olivine. HEX triplet: 9A, C7 and 5B. RGB value is (154,199,91). Sum of RGB (Red+Green+Blue) = 154+199+91=444 (58% of max value = 765). Red value is 154 (60.55% from 255 or 34.68% from 444); Green value is 199 (78.12% from 255 or 44.82% from 444); Blue value is 91 (35.94% from 255 or 20.50% from 444); Max value from RGB is 199 - color contains mainly: green. Hex color #9AC75B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9AC75B is #6538A4. Grayscale: #ADADAD. Windows color (decimal): -6633637 or 6014874. OLE color: 6014874.

HSL color Cylindrical-coordinate representation of color #9AC75B: hue angle of 85º degrees, saturation: 0.49, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #9AC75B is Cyan = 0.23, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.22.

Color convert

RGB15419991-
CMYK0.2300.540.22
HSL85º49.09%56.86%-
HSV(B)85º54.27%78.04%-
XYZ35.6448.4717.38-
YUV173.2381.59114.28-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 34.68%
GREEN value IS 199 (78.12% from 255) = 44.82%
BLUE value IS 91 (35.94% from 255) = 20.50%
R=34.68%
G=44.82%
B=20.50%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal154199910.2300.540.228549.0956.86
Hex9AC75B1703616553139
Octal23230713327066261256171
Binary10011010110001111011011101110110110101101010101110001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AC75B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,199,91); }

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

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

 a { background-color: rgb(154,199,91); }

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

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

 span { border-color: rgb(154,199,91); }

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