#A0C665

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

Shades of Olivine #A0C665

Tints of Olivine #A0C665

Color information

#A0C665 (or 0xA0C665) is unknown color: approx Olivine. HEX triplet: A0, C6 and 65. RGB value is (160,198,101). Sum of RGB (Red+Green+Blue) = 160+198+101=459 (60% of max value = 765). Red value is 160 (62.89% from 255 or 34.86% from 459); Green value is 198 (77.73% from 255 or 43.14% from 459); Blue value is 101 (39.84% from 255 or 22.00% from 459); Max value from RGB is 198 - color contains mainly: green. Hex color #A0C665 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A0C665 is #5F399A. Grayscale: #AFAFAF. Windows color (decimal): -6240667 or 6669984. OLE color: 6669984.

HSL color Cylindrical-coordinate representation of color #A0C665: hue angle of 83.51º degrees, saturation: 0.46, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A0C665 is Cyan = 0.19, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.22.

Color convert

RGB160198101-
CMYK0.1900.490.22
HSL83.51º45.97%58.63%-
HSV(B)83.51º48.99%77.65%-
XYZ37.0448.819.78-
YUV175.5885.91116.89-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 34.86%
GREEN value IS 198 (77.73% from 255) = 43.14%
BLUE value IS 101 (39.84% from 255) = 22.00%
R=34.86%
G=43.14%
B=22.00%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1601981010.1900.490.2283.5145.9758.63
HexA0C6651303116542e3b
Octal24030614523061261245673
Binary10100000110001101100101100110110001101101010100101110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0C665

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0C665; }

 p { color: rgb(160,198,101); }

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

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

 a { background-color: rgb(160,198,101); }

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

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

 span { border-color: rgb(160,198,101); }

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