#A8C865

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

Shades of Olivine #A8C865

Tints of Olivine #A8C865

Color information

#A8C865 (or 0xA8C865) is unknown color: approx Olivine. HEX triplet: A8, C8 and 65. RGB value is (168,200,101). Sum of RGB (Red+Green+Blue) = 168+200+101=469 (62% of max value = 765). Red value is 168 (66.02% from 255 or 35.82% from 469); Green value is 200 (78.52% from 255 or 42.64% from 469); Blue value is 101 (39.84% from 255 or 21.54% from 469); Max value from RGB is 200 - color contains mainly: green. Hex color #A8C865 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8C865 is #57379A. Grayscale: #B3B3B3. Windows color (decimal): -5715867 or 6670504. OLE color: 6670504.

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

Color convert

RGB168200101-
CMYK0.1600.490.22
HSL79.39º47.37%59.02%-
HSV(B)79.39º49.5%78.43%-
XYZ39.1550.5720.01-
YUV179.1583.9120.05-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 35.82%
GREEN value IS 200 (78.52% from 255) = 42.64%
BLUE value IS 101 (39.84% from 255) = 21.54%
R=35.82%
G=42.64%
B=21.54%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1682001010.1600.490.2279.3947.3759.02
HexA8C86510031164f2f3b
Octal25031014520061261175773
Binary10101000110010001100101100000110001101101001111101111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8C865

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8C865; }

 p { color: rgb(168,200,101); }

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

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

 a { background-color: rgb(168,200,101); }

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

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

 span { border-color: rgb(168,200,101); }

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