#A8C36C

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

Shades of Olivine #A8C36C

Tints of Olivine #A8C36C

Color information

#A8C36C (or 0xA8C36C) is unknown color: approx Olivine. HEX triplet: A8, C3 and 6C. RGB value is (168,195,108). Sum of RGB (Red+Green+Blue) = 168+195+108=471 (62% of max value = 765). Red value is 168 (66.02% from 255 or 35.67% from 471); Green value is 195 (76.56% from 255 or 41.40% from 471); Blue value is 108 (42.58% from 255 or 22.93% from 471); Max value from RGB is 195 - color contains mainly: green. Hex color #A8C36C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8C36C is #573C93. Grayscale: #B1B1B1. Windows color (decimal): -5717140 or 7127976. OLE color: 7127976.

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

Color convert

RGB168195108-
CMYK0.1400.450.24
HSL78.62º42.03%59.41%-
HSV(B)78.62º44.62%76.47%-
XYZ38.3748.4421.51-
YUV177.0189.05121.57-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 35.67%
GREEN value IS 195 (76.56% from 255) = 41.40%
BLUE value IS 108 (42.58% from 255) = 22.93%
R=35.67%
G=41.40%
B=22.93%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1681951080.1400.450.2478.6242.0359.41
HexA8C36CE02D184f2a3b
Octal25030315416055301175273
Binary1010100011000011110110011100101101110001001111101010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8C36C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8C36C; }

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

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

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

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

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

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

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

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