#9AC064

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

Shades of Olivine #9AC064

Tints of Olivine #9AC064

Color information

#9AC064 (or 0x9AC064) is unknown color: approx Olivine. HEX triplet: 9A, C0 and 64. RGB value is (154,192,100). Sum of RGB (Red+Green+Blue) = 154+192+100=446 (59% of max value = 765). Red value is 154 (60.55% from 255 or 34.53% from 446); Green value is 192 (75.39% from 255 or 43.05% from 446); Blue value is 100 (39.45% from 255 or 22.42% from 446); Max value from RGB is 192 - color contains mainly: green. Hex color #9AC064 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9AC064 is #653F9B. Grayscale: #AAAAAA. Windows color (decimal): -6635420 or 6602906. OLE color: 6602906.

HSL color Cylindrical-coordinate representation of color #9AC064: hue angle of 84.78º degrees, saturation: 0.42, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #9AC064 is Cyan = 0.20, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.25.

Color convert

RGB154192100-
CMYK0.2000.480.25
HSL84.78º42.2%57.25%-
HSV(B)84.78º47.92%75.29%-
XYZ34.4845.4919.02-
YUV170.1588.41116.48-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 34.53%
GREEN value IS 192 (75.39% from 255) = 43.05%
BLUE value IS 100 (39.45% from 255) = 22.42%
R=34.53%
G=43.05%
B=22.42%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1541921000.2000.480.2584.7842.257.25
Hex9AC0641403019552a39
Octal23230014424060311255271
Binary10011010110000001100100101000110000110011010101101010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AC064

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,192,100); }

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

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

 a { background-color: rgb(154,192,100); }

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

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

 span { border-color: rgb(154,192,100); }

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