#9AC169

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

Shades of Olivine #9AC169

Tints of Olivine #9AC169

Color information

#9AC169 (or 0x9AC169) is unknown color: approx Olivine. HEX triplet: 9A, C1 and 69. RGB value is (154,193,105). Sum of RGB (Red+Green+Blue) = 154+193+105=452 (59% of max value = 765). Red value is 154 (60.55% from 255 or 34.07% from 452); Green value is 193 (75.78% from 255 or 42.70% from 452); Blue value is 105 (41.41% from 255 or 23.23% from 452); Max value from RGB is 193 - color contains mainly: green. Hex color #9AC169 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9AC169 is #653E96. Grayscale: #ABABAB. Windows color (decimal): -6635159 or 6930842. OLE color: 6930842.

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

Color convert

RGB154193105-
CMYK0.2000.460.24
HSL86.59º41.51%58.43%-
HSV(B)86.59º45.6%75.69%-
XYZ34.9546.0320.41-
YUV171.3190.58115.66-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 34.07%
GREEN value IS 193 (75.78% from 255) = 42.70%
BLUE value IS 105 (41.41% from 255) = 23.23%
R=34.07%
G=42.70%
B=23.23%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1541931050.2000.460.2486.5941.5158.43
Hex9AC1691402E18572a3a
Octal23230115124056301275272
Binary10011010110000011101001101000101110110001010111101010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AC169

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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