#A0C167

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

Shades of Olivine #A0C167

Tints of Olivine #A0C167

Color information

#A0C167 (or 0xA0C167) is unknown color: approx Olivine. HEX triplet: A0, C1 and 67. RGB value is (160,193,103). Sum of RGB (Red+Green+Blue) = 160+193+103=456 (60% of max value = 765). Red value is 160 (62.89% from 255 or 35.09% from 456); Green value is 193 (75.78% from 255 or 42.32% from 456); Blue value is 103 (40.62% from 255 or 22.59% from 456); Max value from RGB is 193 - color contains mainly: green. Hex color #A0C167 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A0C167 is #5F3E98. Grayscale: #ADADAD. Windows color (decimal): -6241945 or 6799776. OLE color: 6799776.

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

Color convert

RGB160193103-
CMYK0.1700.470.24
HSL82º42.06%58.04%-
HSV(B)82º46.63%75.69%-
XYZ36.0246.5919.93-
YUV172.8788.57118.82-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 35.09%
GREEN value IS 193 (75.78% from 255) = 42.32%
BLUE value IS 103 (40.62% from 255) = 22.59%
R=35.09%
G=42.32%
B=22.59%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1601931030.1700.470.248242.0658.04
HexA0C1671102F18522a3a
Octal24030114721057301225272
Binary10100000110000011100111100010101111110001010010101010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0C167

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0C167; }

 p { color: rgb(160,193,103); }

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

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

 a { background-color: rgb(160,193,103); }

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

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

 span { border-color: rgb(160,193,103); }

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