#9AC369

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

Shades of Olivine #9AC369

Tints of Olivine #9AC369

Color information

#9AC369 (or 0x9AC369) is unknown color: approx Olivine. HEX triplet: 9A, C3 and 69. RGB value is (154,195,105). Sum of RGB (Red+Green+Blue) = 154+195+105=454 (60% of max value = 765). Red value is 154 (60.55% from 255 or 33.92% from 454); Green value is 195 (76.56% from 255 or 42.95% from 454); Blue value is 105 (41.41% from 255 or 23.13% from 454); Max value from RGB is 195 - color contains mainly: green. Hex color #9AC369 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9AC369 is #653C96. Grayscale: #ACACAC. Windows color (decimal): -6634647 or 6931354. OLE color: 6931354.

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

Color convert

RGB154195105-
CMYK0.2100.460.24
HSL87.33º42.86%58.82%-
HSV(B)87.33º46.15%76.47%-
XYZ35.3946.9220.56-
YUV172.4889.92114.82-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 33.92%
GREEN value IS 195 (76.56% from 255) = 42.95%
BLUE value IS 105 (41.41% from 255) = 23.13%
R=33.92%
G=42.95%
B=23.13%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1541951050.2100.460.2487.3342.8658.82
Hex9AC3691502E18572b3b
Octal23230315125056301275373
Binary10011010110000111101001101010101110110001010111101011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AC369

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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