#A8C16E

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

Shades of Olivine #A8C16E

Tints of Olivine #A8C16E

Color information

#A8C16E (or 0xA8C16E) is unknown color: approx Olivine. HEX triplet: A8, C1 and 6E. RGB value is (168,193,110). Sum of RGB (Red+Green+Blue) = 168+193+110=471 (62% of max value = 765). Red value is 168 (66.02% from 255 or 35.67% from 471); Green value is 193 (75.78% from 255 or 40.98% from 471); Blue value is 110 (43.36% from 255 or 23.35% from 471); Max value from RGB is 193 - color contains mainly: green. Hex color #A8C16E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8C16E is #573E91. Grayscale: #B0B0B0. Windows color (decimal): -5717650 or 7258536. OLE color: 7258536.

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

Color convert

RGB168193110-
CMYK0.1300.430.24
HSL78.07º40.1%59.41%-
HSV(B)78.07º43.01%75.69%-
XYZ38.0347.5921.93-
YUV176.0690.72122.25-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 35.67%
GREEN value IS 193 (75.78% from 255) = 40.98%
BLUE value IS 110 (43.36% from 255) = 23.35%
R=35.67%
G=40.98%
B=23.35%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1681931100.1300.430.2478.0740.159.41
HexA8C16ED02B184e283b
Octal25030115615053301165073
Binary1010100011000001110111011010101011110001001110101000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8C16E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8C16E; }

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

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

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

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

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

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

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

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