#A4C868

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

Shades of Olivine #A4C868

Tints of Olivine #A4C868

Color information

#A4C868 (or 0xA4C868) is unknown color: approx Olivine. HEX triplet: A4, C8 and 68. RGB value is (164,200,104). Sum of RGB (Red+Green+Blue) = 164+200+104=468 (61% of max value = 765). Red value is 164 (64.45% from 255 or 35.04% from 468); Green value is 200 (78.52% from 255 or 42.74% from 468); Blue value is 104 (41.02% from 255 or 22.22% from 468); Max value from RGB is 200 - color contains mainly: green. Hex color #A4C868 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A4C868 is #5B3797. Grayscale: #B2B2B2. Windows color (decimal): -5978008 or 6867108. OLE color: 6867108.

HSL color Cylindrical-coordinate representation of color #A4C868: hue angle of 82.5º degrees, saturation: 0.47, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #A4C868 is Cyan = 0.18, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.22.

Color convert

RGB164200104-
CMYK0.1800.480.22
HSL82.5º46.6%59.61%-
HSV(B)82.5º48%78.43%-
XYZ38.4650.220.76-
YUV178.2986.07117.81-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 35.04%
GREEN value IS 200 (78.52% from 255) = 42.74%
BLUE value IS 104 (41.02% from 255) = 22.22%
R=35.04%
G=42.74%
B=22.22%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1642001040.1800.480.2282.546.659.61
HexA4C8681203016522f3c
Octal24431015022060261225774
Binary10100100110010001101000100100110000101101010010101111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4C868

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4C868; }

 p { color: rgb(164,200,104); }

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

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

 a { background-color: rgb(164,200,104); }

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

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

 span { border-color: rgb(164,200,104); }

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