#A1C267

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

Shades of Olivine #A1C267

Tints of Olivine #A1C267

Color information

#A1C267 (or 0xA1C267) is unknown color: approx Olivine. HEX triplet: A1, C2 and 67. RGB value is (161,194,103). Sum of RGB (Red+Green+Blue) = 161+194+103=458 (60% of max value = 765). Red value is 161 (63.28% from 255 or 35.15% from 458); Green value is 194 (76.17% from 255 or 42.36% from 458); Blue value is 103 (40.62% from 255 or 22.49% from 458); Max value from RGB is 194 - color contains mainly: green. Hex color #A1C267 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A1C267 is #5E3D98. Grayscale: #AEAEAE. Windows color (decimal): -6176153 or 6800033. OLE color: 6800033.

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

Color convert

RGB161194103-
CMYK0.1700.470.24
HSL81.76º42.72%58.24%-
HSV(B)81.76º46.91%76.08%-
XYZ36.4447.1420.01-
YUV173.7688.07118.9-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 35.15%
GREEN value IS 194 (76.17% from 255) = 42.36%
BLUE value IS 103 (40.62% from 255) = 22.49%
R=35.15%
G=42.36%
B=22.49%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1611941030.1700.470.2481.7642.7258.24
HexA1C2671102F18522b3a
Octal24130214721057301225372
Binary10100001110000101100111100010101111110001010010101011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1C267

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1C267; }

 p { color: rgb(161,194,103); }

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

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

 a { background-color: rgb(161,194,103); }

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

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

 span { border-color: rgb(161,194,103); }

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