#9ac362

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

Shades of Olivine #9AC362

Tints of Olivine #9AC362

Color information

#9AC362 (or 0x9AC362) is unknown color: approx Olivine. HEX triplet: 9A, C3 and 62. RGB value is (154,195,98). Sum of RGB (Red+Green+Blue) = 154+195+98=447 (59% of max value = 765). Red value is 154 (60.55% from 255 or 34.45% from 447); Green value is 195 (76.56% from 255 or 43.62% from 447); Blue value is 98 (38.67% from 255 or 21.92% from 447); Max value from RGB is 195 - color contains mainly: green. Hex color #9AC362 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9AC362 is #653C9D. Grayscale: #ACACAC. Windows color (decimal): -6634654 or 6472602. OLE color: 6472602.

HSL color Cylindrical-coordinate representation of color #9AC362: hue angle of 85.36º degrees, saturation: 0.45, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #9AC362 is Cyan = 0.21, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.24.

Color convert

RGB15419598-
CMYK0.2100.500.24
HSL85.36º44.7%57.45%-
HSV(B)85.36º49.74%76.47%-
XYZ35.0546.7818.74-
YUV171.6886.42115.39-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 34.45%
GREEN value IS 195 (76.56% from 255) = 43.62%
BLUE value IS 98 (38.67% from 255) = 21.92%
R=34.45%
G=43.62%
B=21.92%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal154195980.2100.500.2485.3644.757.45
Hex9AC3621503218552d39
Octal23230314225062301255571
Binary10011010110000111100010101010110010110001010101101101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9ac362

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,195,98); }

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

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

 a { background-color: rgb(154,195,98); }

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

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

 span { border-color: rgb(154,195,98); }

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