#9AC575

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

Shades of Olivine #9AC575

Tints of Olivine #9AC575

Color information

#9AC575 (or 0x9AC575) is unknown color: approx Olivine. HEX triplet: 9A, C5 and 75. RGB value is (154,197,117). Sum of RGB (Red+Green+Blue) = 154+197+117=468 (61% of max value = 765). Red value is 154 (60.55% from 255 or 32.91% from 468); Green value is 197 (77.34% from 255 or 42.09% from 468); Blue value is 117 (46.09% from 255 or 25% from 468); Max value from RGB is 197 - color contains mainly: green. Hex color #9AC575 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9AC575 is #653A8A. Grayscale: #AFAFAF. Windows color (decimal): -6634123 or 7718298. OLE color: 7718298.

HSL color Cylindrical-coordinate representation of color #9AC575: hue angle of 92.25º degrees, saturation: 0.41, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #9AC575 is Cyan = 0.22, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.23.

Color convert

RGB154197117-
CMYK0.2200.410.23
HSL92.25º40.82%61.57%-
HSV(B)92.25º40.61%77.25%-
XYZ36.548.0924.19-
YUV175.0295.25113-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 32.91%
GREEN value IS 197 (77.34% from 255) = 42.09%
BLUE value IS 117 (46.09% from 255) = 25%
R=32.91%
G=42.09%
B=25%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1541971170.2200.410.2392.2540.8261.57
Hex9AC57516029175c293e
Octal23230516526051271345176
Binary10011010110001011110101101100101001101111011100101001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AC575

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,197,117); }

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

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

 a { background-color: rgb(154,197,117); }

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

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

 span { border-color: rgb(154,197,117); }

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