#A8C16C

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

Shades of Olivine #A8C16C

Tints of Olivine #A8C16C

Color information

#A8C16C (or 0xA8C16C) is unknown color: approx Olivine. HEX triplet: A8, C1 and 6C. RGB value is (168,193,108). Sum of RGB (Red+Green+Blue) = 168+193+108=469 (62% of max value = 765). Red value is 168 (66.02% from 255 or 35.82% from 469); Green value is 193 (75.78% from 255 or 41.15% from 469); Blue value is 108 (42.58% from 255 or 23.03% from 469); Max value from RGB is 193 - color contains mainly: green. Hex color #A8C16C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8C16C is #573E93. Grayscale: #B0B0B0. Windows color (decimal): -5717652 or 7127464. OLE color: 7127464.

HSL color Cylindrical-coordinate representation of color #A8C16C: hue angle of 77.65º degrees, saturation: 0.41, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #A8C16C is Cyan = 0.13, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.24.

Color convert

RGB168193108-
CMYK0.1300.440.24
HSL77.65º40.67%59.02%-
HSV(B)77.65º44.04%75.69%-
XYZ37.9347.5521.37-
YUV175.8489.72122.41-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 35.82%
GREEN value IS 193 (75.78% from 255) = 41.15%
BLUE value IS 108 (42.58% from 255) = 23.03%
R=35.82%
G=41.15%
B=23.03%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1681931080.1300.440.2477.6540.6759.02
HexA8C16CD02C184e293b
Octal25030115415054301165173
Binary1010100011000001110110011010101100110001001110101001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8C16C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8C16C; }

 p { color: rgb(168,193,108); }

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

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

 a { background-color: rgb(168,193,108); }

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

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

 span { border-color: rgb(168,193,108); }

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