#A1C073

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

Shades of Olivine #A1C073

Tints of Olivine #A1C073

Color information

#A1C073 (or 0xA1C073) is unknown color: approx Olivine. HEX triplet: A1, C0 and 73. RGB value is (161,192,115). Sum of RGB (Red+Green+Blue) = 161+192+115=468 (61% of max value = 765). Red value is 161 (63.28% from 255 or 34.40% from 468); Green value is 192 (75.39% from 255 or 41.03% from 468); Blue value is 115 (45.31% from 255 or 24.57% from 468); Max value from RGB is 192 - color contains mainly: green. Hex color #A1C073 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A1C073 is #5E3F8C. Grayscale: #AEAEAE. Windows color (decimal): -6176653 or 7585953. OLE color: 7585953.

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

Color convert

RGB161192115-
CMYK0.1600.400.25
HSL84.16º37.93%60.2%-
HSV(B)84.16º40.1%75.29%-
XYZ36.6446.5123.27-
YUV173.9594.73118.76-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 34.40%
GREEN value IS 192 (75.39% from 255) = 41.03%
BLUE value IS 115 (45.31% from 255) = 24.57%
R=34.40%
G=41.03%
B=24.57%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1611921150.1600.400.2584.1637.9360.2
HexA1C073100281954263c
Octal24130016320050311244674
Binary10100001110000001110011100000101000110011010100100110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1C073

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1C073; }

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

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

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

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

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

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

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

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