#A0C467

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

Shades of Olivine #A0C467

Tints of Olivine #A0C467

Color information

#A0C467 (or 0xA0C467) is unknown color: approx Olivine. HEX triplet: A0, C4 and 67. RGB value is (160,196,103). Sum of RGB (Red+Green+Blue) = 160+196+103=459 (60% of max value = 765). Red value is 160 (62.89% from 255 or 34.86% from 459); Green value is 196 (76.95% from 255 or 42.70% from 459); Blue value is 103 (40.62% from 255 or 22.44% from 459); Max value from RGB is 196 - color contains mainly: green. Hex color #A0C467 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A0C467 is #5F3B98. Grayscale: #AEAEAE. Windows color (decimal): -6241177 or 6800544. OLE color: 6800544.

HSL color Cylindrical-coordinate representation of color #A0C467: hue angle of 83.23º degrees, saturation: 0.44, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A0C467 is Cyan = 0.18, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.23.

Color convert

RGB160196103-
CMYK0.1800.470.23
HSL83.23º44.08%58.63%-
HSV(B)83.23º47.45%76.86%-
XYZ36.6947.9320.15-
YUV174.6387.57117.56-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 34.86%
GREEN value IS 196 (76.95% from 255) = 42.70%
BLUE value IS 103 (40.62% from 255) = 22.44%
R=34.86%
G=42.70%
B=22.44%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1601961030.1800.470.2383.2344.0858.63
HexA0C4671202F17532c3b
Octal24030414722057271235473
Binary10100000110001001100111100100101111101111010011101100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0C467

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0C467; }

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

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

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

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

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

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

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

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