#A1D167

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

Shades of Olivine #A1D167

Tints of Olivine #A1D167

Color information

#A1D167 (or 0xA1D167) is unknown color: approx Olivine. HEX triplet: A1, D1 and 67. RGB value is (161,209,103). Sum of RGB (Red+Green+Blue) = 161+209+103=473 (62% of max value = 765). Red value is 161 (63.28% from 255 or 34.04% from 473); Green value is 209 (82.03% from 255 or 44.19% from 473); Blue value is 103 (40.62% from 255 or 21.78% from 473); Max value from RGB is 209 - color contains mainly: green. Hex color #A1D167 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A1D167 is #5E2E98. Grayscale: #B6B6B6. Windows color (decimal): -6172313 or 6803873. OLE color: 6803873.

HSL color Cylindrical-coordinate representation of color #A1D167: hue angle of 87.17º degrees, saturation: 0.54, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A1D167 is Cyan = 0.23, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.18.

Color convert

RGB161209103-
CMYK0.2300.510.18
HSL87.17º53.54%61.18%-
HSV(B)87.17º50.72%81.96%-
XYZ39.9554.1621.18-
YUV182.5683.1112.62-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 34.04%
GREEN value IS 209 (82.03% from 255) = 44.19%
BLUE value IS 103 (40.62% from 255) = 21.78%
R=34.04%
G=44.19%
B=21.78%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1612091030.2300.510.1887.1753.5461.18
HexA1D167170331257363d
Octal24132114727063221276675
Binary10100001110100011100111101110110011100101010111110110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1D167

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1D167; }

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

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

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

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

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

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

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

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