#A1C07C

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

Shades of Olivine #A1C07C

Tints of Olivine #A1C07C

Color information

#A1C07C (or 0xA1C07C) is unknown color: approx Olivine. HEX triplet: A1, C0 and 7C. RGB value is (161,192,124). Sum of RGB (Red+Green+Blue) = 161+192+124=477 (63% of max value = 765). Red value is 161 (63.28% from 255 or 33.75% from 477); Green value is 192 (75.39% from 255 or 40.25% from 477); Blue value is 124 (48.83% from 255 or 26.00% from 477); Max value from RGB is 192 - color contains mainly: green. Hex color #A1C07C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A1C07C is #5E3F83. Grayscale: #AFAFAF. Windows color (decimal): -6176644 or 8175777. OLE color: 8175777.

HSL color Cylindrical-coordinate representation of color #A1C07C: hue angle of 87.35º degrees, saturation: 0.35, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A1C07C is Cyan = 0.16, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.25.

Color convert

RGB161192124-
CMYK0.1600.350.25
HSL87.35º35.05%61.96%-
HSV(B)87.35º35.42%75.29%-
XYZ37.1946.7326.13-
YUV174.9899.23118.03-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 33.75%
GREEN value IS 192 (75.39% from 255) = 40.25%
BLUE value IS 124 (48.83% from 255) = 26.00%
R=33.75%
G=40.25%
B=26.00%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1611921240.1600.350.2587.3535.0561.96
HexA1C07C100231957233e
Octal24130017420043311274376
Binary10100001110000001111100100000100011110011010111100011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1C07C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1C07C; }

 p { color: rgb(161,192,124); }

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

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

 a { background-color: rgb(161,192,124); }

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

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

 span { border-color: rgb(161,192,124); }

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