#A1C06A

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

Shades of Olivine #A1C06A

Tints of Olivine #A1C06A

Color information

#A1C06A (or 0xA1C06A) is unknown color: approx Olivine. HEX triplet: A1, C0 and 6A. RGB value is (161,192,106). Sum of RGB (Red+Green+Blue) = 161+192+106=459 (60% of max value = 765). Red value is 161 (63.28% from 255 or 35.08% from 459); Green value is 192 (75.39% from 255 or 41.83% from 459); Blue value is 106 (41.80% from 255 or 23.09% from 459); Max value from RGB is 192 - color contains mainly: green. Hex color #A1C06A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A1C06A is #5E3F95. Grayscale: #ADADAD. Windows color (decimal): -6176662 or 6996129. OLE color: 6996129.

HSL color Cylindrical-coordinate representation of color #A1C06A: hue angle of 81.63º degrees, saturation: 0.41, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #A1C06A is Cyan = 0.16, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.25.

Color convert

RGB161192106-
CMYK0.1600.450.25
HSL81.63º40.57%58.43%-
HSV(B)81.63º44.79%75.29%-
XYZ36.1546.3220.67-
YUV172.9390.23119.49-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 35.08%
GREEN value IS 192 (75.39% from 255) = 41.83%
BLUE value IS 106 (41.80% from 255) = 23.09%
R=35.08%
G=41.83%
B=23.09%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1611921060.1600.450.2581.6340.5758.43
HexA1C06A1002D1952293a
Octal24130015220055311225172
Binary10100001110000001101010100000101101110011010010101001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1C06A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1C06A; }

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

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

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

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

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

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

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

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