#A1C169

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

Shades of Olivine #A1C169

Tints of Olivine #A1C169

Color information

#A1C169 (or 0xA1C169) is unknown color: approx Olivine. HEX triplet: A1, C1 and 69. RGB value is (161,193,105). Sum of RGB (Red+Green+Blue) = 161+193+105=459 (60% of max value = 765). Red value is 161 (63.28% from 255 or 35.08% from 459); Green value is 193 (75.78% from 255 or 42.05% from 459); Blue value is 105 (41.41% from 255 or 22.88% from 459); Max value from RGB is 193 - color contains mainly: green. Hex color #A1C169 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A1C169 is #5E3E96. Grayscale: #ADADAD. Windows color (decimal): -6176407 or 6930849. OLE color: 6930849.

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

Color convert

RGB161193105-
CMYK0.1700.460.24
HSL81.82º41.51%58.43%-
HSV(B)81.82º45.6%75.69%-
XYZ36.3246.7420.47-
YUV173.489.4119.16-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 35.08%
GREEN value IS 193 (75.78% from 255) = 42.05%
BLUE value IS 105 (41.41% from 255) = 22.88%
R=35.08%
G=42.05%
B=22.88%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1611931050.1700.460.2481.8241.5158.43
HexA1C1691102E18522a3a
Octal24130115121056301225272
Binary10100001110000011101001100010101110110001010010101010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1C169

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1C169; }

 p { color: rgb(161,193,105); }

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

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

 a { background-color: rgb(161,193,105); }

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

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

 span { border-color: rgb(161,193,105); }

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