#A1C07D

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

Shades of Olivine #A1C07D

Tints of Olivine #A1C07D

Color information

#A1C07D (or 0xA1C07D) is unknown color: approx Olivine. HEX triplet: A1, C0 and 7D. RGB value is (161,192,125). Sum of RGB (Red+Green+Blue) = 161+192+125=478 (63% of max value = 765). Red value is 161 (63.28% from 255 or 33.68% from 478); Green value is 192 (75.39% from 255 or 40.17% from 478); Blue value is 125 (49.22% from 255 or 26.15% from 478); Max value from RGB is 192 - color contains mainly: green. Hex color #A1C07D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A1C07D is #5E3F82. Grayscale: #AFAFAF. Windows color (decimal): -6176643 or 8241313. OLE color: 8241313.

HSL color Cylindrical-coordinate representation of color #A1C07D: hue angle of 87.76º 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 #A1C07D is Cyan = 0.16, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.25.

Color convert

RGB161192125-
CMYK0.1600.350.25
HSL87.76º34.72%62.16%-
HSV(B)87.76º34.9%75.29%-
XYZ37.2546.7626.46-
YUV175.0999.73117.95-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 33.68%
GREEN value IS 192 (75.39% from 255) = 40.17%
BLUE value IS 125 (49.22% from 255) = 26.15%
R=33.68%
G=40.17%
B=26.15%

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
Decimal1611921250.1600.350.2587.7634.7262.16
HexA1C07D100231958233e
Octal24130017520043311304376
Binary10100001110000001111101100000100011110011011000100011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1C07D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1C07D; }

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

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

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

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

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

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

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

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